Represents a change operation which correlate with a AddToCollection(String, Object) invocation.
            
| C# | Visual Basic | Visual C++ | J# | 
public static class AddToCollectionOperation
Public NotInheritable Class AddToCollectionOperation
public ref class AddToCollectionOperation abstract sealed
public final class AddToCollectionOperation
| All Members | Methods | Fields | |||
| Icon | Member | Description | 
|---|---|---|
| GetItem(IChangeOperation) | 
            Returns the item that was added to the collection.
              | |
| GetNewSize(IChangeOperationResult) | 
            Returns the size of the collection after the operation that was applied.
              | |
| GetPath(IChangeOperation) | 
            Returns the path the operation changed.
              | |
| IsChanged(IChangeOperationResult) | 
            Returns whether the collection was changed by this operation.
              | |
| Name | 
            The name of the operation.
              | |
| Represents(IChangeOperation) | 
            Returns whether this operation type represents the given change operation.
              | 
| Object | |
| AddToCollectionOperation | |
