共用方式為


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

適用於

另請參閱