DesignerAutoFormat(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DesignerAutoFormat 类的新实例。
protected:
DesignerAutoFormat(System::String ^ name);
protected DesignerAutoFormat (string name);
new System.Web.UI.Design.DesignerAutoFormat : string -> System.Web.UI.Design.DesignerAutoFormat
Protected Sub New (name As String)
参数
- name
- String
一个标识特定 DesignerAutoFormat 对象的字符串。
例外
name
为 null
。
注解
DesignerAutoFormat使用 构造函数创建新格式,并将其添加到DesignerAutoFormatCollection由 AutoFormats 对象的 属性表示的ControlDesigner集合中。