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 オブジェクトをインターセプトするために使用されるオブジェクトの種類を表す文字列。

属性

適用対象