ChangePasswordDesigner.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,包含關聯的 ChangePassword 控制項中每個樣板的項目。
備註
屬性 TemplateGroups 會 TemplateGroupCollection 建構 物件,並以基底屬性傳回的集合填入物件。 然後,它會為每個範本新增 TemplateGroup 物件, (ChangePasswordTemplate 和 SuccessTemplate 相關聯 ChangePassword 控件的) 。