XPathMessageFilterTable<TFilterData>.Keys 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 的顺序相同。