Returns the item that was added to the collection.
            
| C# | Visual Basic | Visual C++ | J# | 
public static Object GetItem( IChangeOperation changeOperation )
Public Shared Function GetItem ( _ changeOperation As IChangeOperation _ ) As Object
public: static Object^ GetItem( IChangeOperation^ changeOperation )
public static Object GetItem( IChangeOperation changeOperation )
- changeOperation (IChangeOperation)
 - the change operation to extract data from.
 
The item that was added to the collection.
