ChangePasswordDesigner.AutoFormats Propiedad

Definición

Obtiene la colección de esquemas de formato automático que se mostrarán en el cuadro de diálogo Formato automático.

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 de propiedad

que DesignerAutoFormatCollection contiene los esquemas predefinidos para .ChangePassword

Comentarios

Los elementos del DesignerAutoFormatCollection objeto se derivan de la DesignerAutoFormat clase y se rellenan a partir de cadenas constantes codificadas por XML definidas internamente.

Se aplica a

Consulte también