PolicyImporterElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインディングに関するカスタム ポリシー アサーションのインポートを指定する構成要素を表します。 このクラスは継承できません。
public ref class PolicyImporterElement sealed : System::Configuration::ConfigurationElement
public sealed class PolicyImporterElement : System.Configuration.ConfigurationElement
type PolicyImporterElement = class
inherit ConfigurationElement
Public NotInheritable Class PolicyImporterElement
Inherits ConfigurationElement
- 継承
注釈
この構成セクションでは、バインディング機能に関するカスタム ポリシー アサーションを検索する設定と、アサーションに必要な機能を実装するカスタム バインド要素をアタッチするための設定を指定します。
コンストラクター
| 名前 | 説明 |
|---|---|
| PolicyImporterElement() |
PolicyImporterElement クラスの新しいインスタンスを初期化します。 |
| PolicyImporterElement(String) |
特定のポリシーの種類を使用して、 PolicyImporterElement クラスの新しいインスタンスを初期化します。 |
| PolicyImporterElement(Type) |
特定のポリシーの種類を使用して、 PolicyImporterElement クラスの新しいインスタンスを初期化します。 |