CompilationSection.ControlBuilderInterceptorType 속성

정의

개체를 가로채고 컨테이너를 구성하는 데 사용되는 개체 형식을 나타내는 문자열을 ControlBuilder 가져오거나 설정합니다.

public:
 property System::String ^ ControlBuilderInterceptorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("controlBuilderInterceptorType", DefaultValue="")]
public string ControlBuilderInterceptorType { get; set; }
[<System.Configuration.ConfigurationProperty("controlBuilderInterceptorType", DefaultValue="")>]
member this.ControlBuilderInterceptorType : string with get, set
Public Property ControlBuilderInterceptorType As String

속성 값

개체를 가로채는 데 사용되는 개체 형식을 나타내는 문자열입니다 ControlBuilder .

특성

적용 대상