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 编码常量字符串填充。

适用于

另请参阅