Returns the item that was added to the collection.
Declaration Syntax
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 )
Parameters
- changeOperation (IChangeOperation)
- the change operation to extract data from.
Return Value
The item that was added to the collection.