XPathMessageFilterTable<TFilterData>.Keys Vlastnost

Definice

Získá kolekci všech filtrů obsažených v objektu XPathMessageFilterTable<TFilterData>.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ Keys { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageFilter> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageFilter>
Public ReadOnly Property Keys As ICollection(Of MessageFilter)

Hodnota vlastnosti

An ICollection<T> ze všech hodnot XPathMessageFilterobsažených v tabulce filtru.

Implementuje

Poznámky

Tato vlastnost implementuje Keys. Tabulka IDictionary<TKey,TValue> filtru implementuje MessageFilter jako klíč a FilterData hodnotu páru.

Pořadí filtrů vrácených v kolekci není neurčené, ale je zaručeno, že bude mít stejné pořadí jako odpovídající FilterData v kolekci vrácené Values vlastností.

Platí pro