ChangePasswordDesigner.AutoFormats Propriedade

Definição

Obtém a coleção de esquemas de formatação automática que serão exibidos na caixa de diálogo AutoFormatação.Gets the collection of automatic format schemes that will be displayed in the Auto Format dialog box.

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

Valor da propriedade

DesignerAutoFormatCollection

Um DesignerAutoFormatCollection que contém os esquemas predefinidos para o ChangePassword .A DesignerAutoFormatCollection that contains the predefined schemes for the ChangePassword.

Comentários

Os elementos do DesignerAutoFormatCollection objeto são derivados da DesignerAutoFormat classe e são populados de cadeias de caracteres constantes codificadas por XML definidas internamente.The elements of the DesignerAutoFormatCollection object are derived from the DesignerAutoFormat class and are populated from internally defined XML-encoded constant strings.

Aplica-se a

Confira também