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 オブジェクトを受け取るために使用されるオブジェクト型を表す文字列。

属性

適用対象