| 名前 | 解説 | |
|---|---|---|
![]() | NamedCollection<TItem> コンストラクタ |
NamedCollection<TItem>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Item | オーバーロードされます。 Gets the item with the specified name. |
![]() | Owner | Gets a collection owner. C1.Document.OwnedCollectionBase<TItem>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | AssignFrom | オーバーライドされます。 Copies all from another object. |
![]() | CheckName | Throws an exception if collection already contains item with specified name. |
![]() | Clear | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Contains | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | CopyTo | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | CreateSame | Creates a clone of the current object. C1.Document.OwnedCollection<TItem>から継承されます。 |
![]() | FindByName | Returns item with specified name. |
![]() | GetEnumerator | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | IndexOfName | Returns the 0-based index of a INamedObject with specified name in the current NamedCollection<TItem>. |
![]() | Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Remove | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | ClearItems | オーバーライドされます。 |
![]() | InsertItem | オーバーライドされます。 |
![]() | RemoveItem | オーバーライドされます。 |
![]() | SetItem | オーバーライドされます。 |
![]() | SetOwner | Sets the owner of the current object. C1.Document.OwnedCollectionBase<TItem>から継承されます。 |