Returns the path the operation changed.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public static string GetPath( IChangeOperation changeOperation )
Public Shared Function GetPath ( _ changeOperation As IChangeOperation _ ) As String
public: static String^ GetPath( IChangeOperation^ changeOperation )
public static String GetPath( IChangeOperation changeOperation )
![](../icons/collapse_all.gif)
- changeOperation (IChangeOperation)
- the change operation to extract data from.
![](../icons/collapse_all.gif)
The path the operation changed.