Returns the item that was added to the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public static IEnumerable<Object> GetItems( IChangeOperation changeOperation )
Public Shared Function GetItems ( _ changeOperation As IChangeOperation _ ) As IEnumerable(Of Object)
public: static IEnumerable<Object^>^ GetItems( IChangeOperation^ changeOperation )
public static IEnumerable<Object> GetItems( IChangeOperation changeOperation )
Parameters
- changeOperation (IChangeOperation)
- the change operation to extract data from.
Return Value
The item that was added to the collection.