다음을 통해 공유


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

속성 값

String

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

특성

적용 대상