MessageQueryTable<TItem>.Keys Proprietà

Definizione

Restituisce una raccolta di tutte le chiavi della raccolta contenute nella tabella.

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)

Valore della proprietà

ICollection<T>

Una raccolta di tutti gli oggetti query contenuti nella tabella.

Implementazioni

Si applica a