C1.C1Preview Namespace : C1MultiDocumentItemCollection Class |
The following tables list the members exposed by C1MultiDocumentItemCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the C1MultiDocumentItem at the specified index. | |
MultiDocument | Gets C1MultiDocument containing this object. |
Name | Description | |
---|---|---|
Add | Overloaded. Creates a C1MultiDocumentItem, associates it with the specified document, and adds it to the current collection.
Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details. | |
AssignFrom | Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs). (Inherited from C1.C1Preview.OwnedCollectionBase) | |
Clear | Clears the current collection, disposing all contained C1MultiDocumentItem objects. | |
Exchange | Swap two items in collection. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
FindByOutlineNode | Searches the items in this collection for a C1MultiDocumentItem with the specified value of the C1MultiDocumentItem.OutlineNode property. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
Insert | Overloaded. Creates a C1MultiDocumentItem, associates it with the specified document, and inserts it into the current collection at the specified index.
Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details. | |
Remove | Removes an item from the current collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |