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 と必ず同じ順序になります。