LoginDesigner.AutoFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取预定义的格式设置方案的集合,以便在“自动套用格式”对话框中显示。
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,它包含 Login 的预定义方案。
注解
对象 DesignerAutoFormatCollection 是从内部类的 XML 编码成员填充的。