BindingElementCollection.RemoveAll<T> メソッド

定義

バインド要素のコレクションから、指定した型のすべてのバインド要素を削除します。

public:
generic <typename T>
 System::Collections::ObjectModel::Collection<T> ^ RemoveAll();
public System.Collections.ObjectModel.Collection<T> RemoveAll<T> ();
member this.RemoveAll : unit -> System.Collections.ObjectModel.Collection<'T>
Public Function RemoveAll(Of T) () As Collection(Of T)

型パラメーター

T

検索する項目の Type

戻り値

見つかった Collection<T> 型の全項目の Type

適用対象