MessageQueryTable<TItem>.Keys Propriedade

Definição

Retorna uma coleção de todas as chaves de coleção contidas na tabela.

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)

Valor da propriedade

ICollection<MessageQuery>

ICollection<T>

Uma coleção de todos os objetos de consulta contidos na tabela.

Implementações

Aplica-se a