Returns the path the operation changed.
            
| 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 )
- changeOperation (IChangeOperation)
 - the change operation to extract data from.
 
The path the operation changed.
