Bagikan melalui


ChangePasswordDesigner.TemplateGroups Properti

Definisi

Mendapatkan kumpulan grup templat untuk templat kontrol yang terkait dengan perancang ini.

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

Nilai Properti

Yang TemplateGroupCollection berisi elemen untuk setiap templat di ChangePassword.

Keterangan

Properti TemplateGroups membuat TemplateGroupCollection objek dan mengisinya dengan koleksi yang dikembalikan oleh properti dasar. Kemudian menambahkan TemplateGroup objek untuk setiap templat (ChangePasswordTemplate dan SuccessTemplate) dari kontrol terkait ChangePassword .

Berlaku untuk

Lihat juga