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集合中。