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 클래스의 새 인스턴스를 초기화합니다. |