共用方式為


ChangePasswordDesigner.TemplateGroups 屬性

定義

取得與這個設計工具關聯之控制項樣板的樣板群組集合。

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 控制項中每個樣板的項目。

備註

屬性 TemplateGroupsTemplateGroupCollection 建構 物件,並以基底屬性傳回的集合填入物件。 然後,它會為每個範本新增 TemplateGroup 物件, (ChangePasswordTemplateSuccessTemplate 相關聯 ChangePassword 控件的) 。

適用於

另請參閱