| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | Gets or sets the item at the specified index. |
RibbonQatLinkCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | Gets or sets the item at the specified index. |
| 名前 | 解説 | |
|---|---|---|
![]() | InnerList | System.Collections.CollectionBaseから継承されます。 |
![]() | List | System.Collections.CollectionBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds an item to the end of the collection. |
![]() | Clear | System.Collections.CollectionBaseから継承されます。 |
![]() | Insert | Inserts an item into the collection at the specified index. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |
![]() | Sort | Sorts the items in the collection using the specified comparer. |
| 名前 | 解説 | |
|---|---|---|
![]() | OnClear | オーバーライドされます。 Performs additional custom processes when clearing the contents of the RibbonQatLinkCollection instance. |
![]() | OnClearComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsert | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | オーバーライドされます。 Performs additional custom processes after inserting an item into the RibbonQatLinkCollection instance. |
![]() | OnRemove | System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | オーバーライドされます。 Performs additional custom processes after removing an item from the RibbonQatLinkCollection instance. |
![]() | OnSet | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | オーバーライドされます。 Performs additional custom processes after setting an item in the RibbonQatLinkCollection instance. |
![]() | OnValidate | オーバーライドされます。 Checks whather the type of the value argument is allowable for this item collection. |