共用方式為


ChangePasswordDesigner.AutoFormats 屬性

定義

取得自動格式化配置的集合,這些配置將顯示在 [自動格式化] 對話方塊中。

public:
 virtual property System::Web::UI::Design::DesignerAutoFormatCollection ^ AutoFormats { System::Web::UI::Design::DesignerAutoFormatCollection ^ get(); };
public override System.Web.UI.Design.DesignerAutoFormatCollection AutoFormats { get; }
member this.AutoFormats : System.Web.UI.Design.DesignerAutoFormatCollection
Public Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollection

屬性值

DesignerAutoFormatCollection,其中包含 ChangePassword 的預先定義配置。

備註

物件的元素 DesignerAutoFormatCollection 衍生自 類別, DesignerAutoFormat 並從內部定義的 XML 編碼常數位串填入。

適用於

另請參閱