BindingElementCollection.RemoveAll<T> Metod

Definition

Tar bort alla bindningselement av en angiven typ från samlingen med bindningselement.

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)

Typparametrar

T

Objektet Type som ska hittas.

Returer

En Collection<T> av alla objekt av typen Type hittades.

Gäller för