BindingElementCollection.Remove<T> メソッド

定義

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

public:
generic <typename T>
 T Remove();
public T Remove<T>();
override this.Remove : unit -> 'T
Public Function Remove(Of T) () As T

型パラメーター

T

検索する項目の Type

返品

T

型の項目 Type 削除されます。

適用対象