TemplatedWizardStep.ContentTemplateContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 屬性,但僅供內部使用,因此屬性實際上是唯讀的。