Compartir a través de


MessageQueryTable<TItem>.Keys Propiedad

Definición

Devuelve una colección de todas las claves de colección contenidas en la tabla.

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 de propiedad

ICollection<MessageQuery>

ICollection<T>

Una colección de todos los objetos de consulta contenidos en la tabla.

Implementaciones

Se aplica a