Share via


MetadataElement.PolicyImporters プロパティ

定義

バインディングに関するカスタム ポリシー アサーションのインポートを指定するポリシー インポーターのコレクションを取得します。

public:
 property System::ServiceModel::Configuration::PolicyImporterElementCollection ^ PolicyImporters { System::ServiceModel::Configuration::PolicyImporterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("policyImporters")]
public System.ServiceModel.Configuration.PolicyImporterElementCollection PolicyImporters { get; }
[<System.Configuration.ConfigurationProperty("policyImporters")>]
member this.PolicyImporters : System.ServiceModel.Configuration.PolicyImporterElementCollection
Public ReadOnly Property PolicyImporters As PolicyImporterElementCollection

プロパティ値

バインディングに関するカスタム ポリシー アサーションのインポートを指定する PolicyImporterElementCollection

属性

注釈

ポリシー インポーターは、バインディング機能についてのカスタム ポリシー アサーションの検索、およびアサーションで必要となる機能を実装するカスタム バインド要素の結び付けに使用されます。

適用対象