MenuDesigner.TemplateGroups プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられたコントロールのテンプレートについて、テンプレート グループのコレクションを取得します。
public:
virtual property System::Web::UI::Design::TemplateGroupCollection ^ TemplateGroups { System::Web::UI::Design::TemplateGroupCollection ^ get(); };
public override System.Web.UI.Design.TemplateGroupCollection TemplateGroups { get; }
member this.TemplateGroups : System.Web.UI.Design.TemplateGroupCollection
Public Overrides ReadOnly Property TemplateGroups As TemplateGroupCollection
プロパティ値
TemplateGroupCollection 内の各テンプレートの要素を格納している Menu。
注釈
プロパティは TemplateGroups 、 TemplateGroupCollection 基本プロパティから オブジェクトを TemplateGroups 取得します。 次にTemplateGroupCollectionTemplateGroup、"StaticItemTemplate" と "ItemTemplates
DynamicItemTemplate" という名前の 2 つのTemplateDefinitionオブジェクトを含む "" という名前のオブジェクトに追加します。 プロパティは TemplateGroups 、呼び出し元にこれを TemplateGroupCollection 返します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET