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

Control,包含步驟的 ContentTemplate 樣板。

屬性

備註

雖然語法包含設定 ContentTemplateContainer 屬性,但僅供內部使用,因此屬性實際上是唯讀的。

適用於

另請參閱