バージョン

UIElementsCollection クラス メソッド

このクラスのメンバの一覧は、UIElementsCollectionメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAddオーバーロードされます。 要素をコレクションに追加します。  
Public メソッドAddRangeAdds the elements of an System.Collections.ICollection to the end of the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
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 メソッドClearRemoves all elements from the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドCloneCreates a shallow copy of the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドContainsオーバーロードされます。 要素がコレクションにあるかどうかを確認します。  
Public メソッドCopyToオーバーロードされます。 コレクションの要素を配列にコピーします。  
Public メソッドDisposeElementsコレクションの非null要素を破棄してコレクションをクリアします。  
Public メソッドGetEnumeratorオーバーロードされます。 IEnumerable インターフェイスの実装により、タイプセーフな列挙子が返されます。  
Public メソッドGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドIndexOfオーバーロードされます。 コレクション内の要素のインデックスを取得します。  
Public メソッドInsertオーバーロードされます。 要素をコレクションに挿入します  
Public メソッドInsertRangeInserts the elements of a collection into the System.Collections.ArrayList at the specified index. System.Collections.ArrayListから継承されます。
Public メソッドLastIndexOfオーバーロードされます。 Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドRemoveオーバーロードされます。 要素をコレクションから削除します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドRemoveRangeRemoves a range of elements from the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドReverseオーバーロードされます。 Reverses the order of the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドSetRangeCopies the elements of a collection over a range of elements in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
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から継承されます。
トップ
参照