通过


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使用构造函数创建新格式并将其添加到DesignerAutoFormatCollection由对象属性表示AutoFormatsControlDesigner集合中。

适用于

另请参阅