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

属性

例外

CustomNavigationTemplate に内容がない場合。

注釈

構文には プロパティの設定が CustomNavigationTemplateContainer 含まれますが、内部使用専用であるため、 プロパティは実質的に読み取り専用です。 コードでは、プロパティが参照される CustomNavigationTemplateContainer 前に ないことを null 確認する必要があります。

このプロパティはビジュアル デザイナーではバインドできませんが、実行時にバインド可能です。 詳細については、「BindableAttribute」を参照してください。

適用対象

こちらもご覧ください