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 型の項目。

適用対象