CompilationSection.ControlBuilderInterceptorType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトをインターセプトするために使用されるオブジェクトの種類を表す文字列。
- 属性