MetadataElement.PolicyImporters プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインディングに関するカスタム ポリシー アサーションのインポートを指定するポリシー インポーターのコレクションを取得します。
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。
- 属性
注釈
ポリシー インポーターは、バインディング機能についてのカスタム ポリシー アサーションの検索、およびアサーションで必要となる機能を実装するカスタム バインド要素の結び付けに使用されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET