バージョン

ToolbarItemCollection クラス メンバ

ToolbarItemCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティCapacityGets or sets the number of elements that the System.Collections.ArrayList can contain. System.Collections.ArrayListから継承されます。
Public プロパティCountGets the number of elements actually contained in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public プロパティIsFixedSizeGets a value indicating whether the System.Collections.ArrayList has a fixed size. System.Collections.ArrayListから継承されます。
Public プロパティIsReadOnlyGets a value indicating whether the System.Collections.ArrayList is read-only. System.Collections.ArrayListから継承されます。
Public プロパティIsSynchronizedGets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). System.Collections.ArrayListから継承されます。
Public プロパティItemGets or sets the element at the specified index. System.Collections.ArrayListから継承されます。
Public プロパティOwnerToolbar親 Toolbar への参照を取得します。  
Public プロパティSyncRootGets an object that can be used to synchronize access to the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddオーバーロードされます。 オーバーライドされます。 オブジェクトをコレクションの最後に追加します。  
Public メソッドAddRangeオーバーロードされます。 オーバーライドされます。 渡されたコレクションからコレクションの最後に要素を追加します。  
Public メソッドBinarySearchオーバーロードされます。 Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. System.Collections.ArrayListから継承されます。
Public メソッドClearオーバーライドされます。 コレクションからすべてのオブジェクトを削除します。  
Public メソッドCloneCreates a shallow copy of the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドContainsオーバーロードされます。 オブジェクトがコレクションにあるかどうかを決定します。  
Public メソッドCopyToオーバーロードされます。 Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. System.Collections.ArrayListから継承されます。
Public メソッドGetByType渡された値に一致するTypeプロパティを持つ最初のBaseToolItemを返します。  
Public メソッドGetEnumeratorオーバーロードされます。 Returns an enumerator for the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドIndexOfオーバーロードされます。 オブジェクトのコレクションを検索し、コレクション内の最初の発生の 0 から始まるインデックスを返します。  
Public メソッドInsertオーバーロードされます。 オーバーライドされます。 指定されたインデックスでこのコレクションに要素を挿入します。  
Public メソッドInsertRangeオーバーロードされます。 オーバーライドされます。 指定されたインデックスでこのコレクションにコレクションの要素を挿入します。  
Public メソッドLastIndexOfオーバーロードされます。 Typeプロパティに基づいてBaseToolbarItemのコレクションを検索し、コレクション内の最後の発生の 0 から始まるインデックスを返します。  
Public メソッドRemoveオーバーロードされます。 オーバーライドされます。 コレクションから特定のオブジェクトの最初の発生を削除します。  
Public メソッドRemoveAtオーバーライドされます。 コレクション内の指定したインデックスにある要素を削除します。  
Public メソッドRemoveRangeオーバーライドされます。 コレクションから要素の範囲を削除します。  
Public メソッドReverseオーバーロードされます。 Reverses the order of the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドSetRangeオーバーロードされます。 オーバーライドされます。 このコレクションの要素の範囲にコレクションの要素をコピーします。  
Public メソッドSortオーバーロードされます。 Sorts the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドToArrayオーバーロードされます。 Copies the elements of the System.Collections.ArrayList to a new System.Object array. System.Collections.ArrayListから継承されます。
Public メソッドTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
トップ
参照