Condividi tramite


ChangePasswordDesigner.AutoFormats Proprietà

Definizione

Ottiene la raccolta degli schemi di formato automatico che saranno visualizzati nella finestra di dialogo Formattazione automatica.

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

Valore della proprietà

Oggetto DesignerAutoFormatCollection contenente gli schemi predefiniti per l'oggetto ChangePassword.

Commenti

Gli elementi dell'oggetto DesignerAutoFormatCollection sono derivati dalla DesignerAutoFormat classe e vengono popolati da stringhe costanti con codifica XML definite internamente.

Si applica a

Vedi anche