ChangePasswordDesigner.AutoFormats Egenskap

Definition

Hämtar samlingen med automatiska formatscheman som ska visas i dialogrutan Automatiskt format .

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

Egenskapsvärde

En DesignerAutoFormatCollection som innehåller fördefinierade scheman ChangePasswordför .

Kommentarer

Elementen i DesignerAutoFormatCollection objektet härleds från DesignerAutoFormat klassen och fylls i från internt definierade XML-kodade konstantsträngar.

Gäller för

Se även