XPathMessageFilterTable<TFilterData>.Keys 屬性

定義

取得包含在 XPathMessageFilterTable<TFilterData> 中所有篩選條件的集合。

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ Keys { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageFilter> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageFilter>
Public ReadOnly Property Keys As ICollection(Of MessageFilter)

屬性值

包含在篩選資料表中所有 ICollection<T>XPathMessageFilter

實作

備註

這個屬性會實作 Keys。 篩選資料表實作的 IDictionary<TKey,TValue> 會使用 MessageFilter 做為該組的索引鍵,並使用 FilterData 做為該組的值。

雖然集合中傳回之篩選條件的順序並未指定,但其順序一定會與集合中由 FilterData 屬性傳回之對應 Values 的順序相同。

適用於