TemplatedWizardStep.ContentTemplateContainer プロパティ

定義

ステップの Wizard テンプレートを作成するために ContentTemplate コントロールが使用するコンテナーを取得します。

public:
 property System::Web::UI::Control ^ ContentTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control ContentTemplateContainer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentTemplateContainer : System.Web.UI.Control
Public ReadOnly Property ContentTemplateContainer As Control

プロパティ値

ステップの Control テンプレートを格納している ContentTemplate

属性

注釈

構文には プロパティの設定が ContentTemplateContainer 含まれていますが、内部使用専用であるため、プロパティは実質的に読み取り専用です。

適用対象

こちらもご覧ください