KeyedObjectCollectionBaseデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
All | オブジェクトの配列としてのコレクションを返します。 | |
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から継承されます。 | |
IsReadOnly | コレクションが読み取り専用の場合、True を返します。 | |
Owner | このコレクションの所有コレクションへのパブリックアクセスを取得します。 |
名前 | 解説 | |
---|---|---|
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から継承されます。 |
名前 | 解説 | |
---|---|---|
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | 指定された項目がコレクションに含まれる場合は true を返します。 | |
CopyTo | 項目を配列にコピーします。 | |
Exists | このキーがあるオブジェクトがすでにコレクションである場合は True を返します。このエディターは項目のキーの入力を要求し、項目を作成する前にそのキーを検証します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
GetItem | オーバーロードされます。 IServiceProvider | |
IndexOf | オーバーロードされます。 渡されたキーを持つコレクション内の項目のインデックスを返します。キーが見つからない場合は-1を返します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 | |
ValidateKeyDoesNotExist | オーバーロードされます。 キーが既に存在する場合、DuplicateNameExceptionをスローします。 |
名前 | 解説 | |
---|---|---|
CreateArray | 戻り値となる配列を作成するためにすべての「get」メソッドで使用される仮想メソッド。 | |
InternalAdd | オブジェクトをコレクションに追加します。 | |
InternalClear | コレクションをクリアします。 | |
InternalInsert | オブジェクトをコレクションに挿入します。 | |
InternalRemove | コレクションから項目を削除します。 | |
InternalRemoveAt | コレクションから項目を削除します。 | |
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |