BindingElementCollection.Remove<T> Method

Definition

Removes a binding element of a specified type from the collection of binding elements.

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

Type Parameters

T

The Type of item to find.

Returns

T

The item of type Type removed.

Applies to