LoginDesigner.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,包含 Login 中各樣板化欄位的項目。
備註
屬性 TemplateGroups 會從 TemplateGroups 基底屬性取得 TemplateGroupCollection 物件,然後將包含相關聯 Login 控制項之版面配置範本之單 TemplateDefinition 一物件的 物件加入 TemplateGroup 至 TemplateGroupCollection 。 屬性會將 TemplateGroups 這個 TemplateGroupCollection 傳回給呼叫端。