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 。