MessageQueryTable<TItem>.Keys Propriété

Définition

Retourne une collection de toutes les clés de collection contenues dans la table.

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)

Valeur de propriété

ICollection<T>

Collection de tous les objets de requête contenus dans la table.

Implémente

S’applique à