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 对象的对象类型。

属性

适用于