MessageQueryTable<TItem>.Keys Vlastnost

Definice

Vrátí kolekci všech klíčů kolekce obsažených v tabulce.

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

Hodnota vlastnosti

ICollection<T>

Kolekce všech objektů dotazu obsažených v tabulce.

Implementuje

Platí pro