C1MultiDocumentItemCollectionデータ型で公開されるメンバを以下の表に示します。
パブリック プロパティ
プロテクト プロパティ
| 名前 | 解説 |
| InnerList | System.Collections.CollectionBaseから継承されます。 |
| List | System.Collections.CollectionBaseから継承されます。 |
トップ
パブリック メソッド
| 名前 | 解説 |
| Add | オーバーロードされます。 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). C1.C1Preview.OwnedCollectionBaseから継承されます。 |
| Clear | Clears the current collection, disposing all contained C1MultiDocumentItem objects. |
| Exchange | Swap two items in collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 |
| FindByOutlineNode | Searches the items in this collection for a C1MultiDocumentItem with the specified value of the C1MultiDocumentItem.OutlineNode property. |
| GetEnumerator | System.Collections.CollectionBaseから継承されます。 |
| IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 |
| Insert | オーバーロードされます。 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 | System.Collections.CollectionBaseから継承されます。 |
トップ
参照