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>

包含在資料表中所有查詢物件的集合。

實作

適用於