MessageQueryTable<TItem>.Keys プロパティ

定義

テーブルに格納されているすべてのコレクション キーのコレクションを返します。

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)

プロパティ値

ICollection<T>

テーブルに格納されているすべてのクエリ オブジェクトのコレクション。

実装

適用対象