CustomColorsCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CustomColorsCollection コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Item | インデクサー |
名前 | 解説 | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | コレクションに色を追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
Insert | 色をコレクションに挿入します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
GetObjectData | オブジェクトからのデータで指定した SerializationInfo を生成します。 | |
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnClearComplete | オーバーライドされます。 オーバーライドされます。コレクションが消去された後に呼び出されます。 | |
OnCollectionChanged | CollectionChanged イベントを呼び出します。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | オーバーライドされます。 オーバーライドされます。項目がコレクションに挿入されたときに呼び出されます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | オーバーライドされます。 オーバーライドされます。項目がコレクションから削除されたときに呼び出されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | オーバーライドされます。 オーバーライドされます。コレクション内の項目が設定された後に呼び出されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
CollectionChanged | コレクションの内容が変更されたときに呼び出されます。 |