共用方式為


TemplatedWizardStep.CustomNavigationTemplateContainer 屬性

定義

取得 Wizard 控制項用來建立步驟之 CustomNavigationTemplate 樣板的容器。

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

屬性值

Control,包含步驟的 CustomNavigationTemplate 樣板。

屬性

例外狀況

備註

雖然語法包含設定 CustomNavigationTemplateContainer 屬性,但僅供內部使用,因此屬性實際上是唯讀的。 您的程式碼應該先 CustomNavigationTemplateContainer 確認屬性不是 null 在參考屬性之前。

此屬性無法在視覺化設計工具中系結,但在執行時間是可系結的。 如需詳細資訊,請參閱BindableAttribute

適用於

另請參閱