DesignerAutoFormat(String) 构造函数

定义

初始化 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 对象的字符串。

例外

namenull

注解

DesignerAutoFormat使用 构造函数创建新格式,并将其添加到DesignerAutoFormatCollectionAutoFormats 对象的 属性表示的ControlDesigner集合中。

适用于

另请参阅