名前 | 解説 | |
---|---|---|
Capacity | System.Collections.CollectionBaseから継承されます。 | |
Count | System.Collections.CollectionBaseから継承されます。 | |
Item | Gets or sets the element at the specified index. | |
Owner | Gets the owner of collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 |
RenderFragmentCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Capacity | System.Collections.CollectionBaseから継承されます。 | |
Count | System.Collections.CollectionBaseから継承されます。 | |
Item | Gets or sets the element at the specified index. | |
Owner | Gets the owner of collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
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 | System.Collections.CollectionBaseから継承されます。 | |
Exchange | Swap two items in collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
FindByObject | オーバーロードされます。 Searches for a RenderFragment in the current collection that was produced by a specific RenderObject. | |
FindByObjectId | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Id. | |
FindByObjectName | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Name. | |
GetEnumerator | System.Collections.CollectionBaseから継承されます。 | |
IndexOf | オーバーロードされます。 Gets the index of a RenderFragment in the current collection. | |
Insert | Inserts a RenderFragment into the current collection at a specified index. | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
AddInt | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
GetByIndex | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
InsertInt | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnClear | Called when the collection is about to be cleared. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnClearComplete | Called after the collection has been cleared. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnInsert | Called when an item is about to be iserted. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnInsertComplete | Called after an item has been inserted. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnRemove | Called when an item is about to be removed. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnRemoveComplete | Called after an item has been removed. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnSet | オーバーライドされます。 Called when an element of the current collection is about to be set. | |
OnSetComplete | Called after an item has been set. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnValidate | System.Collections.CollectionBaseから継承されます。 | |
RemoveInt | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
SetByIndex | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 |