共用方式為


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 屬性所 AutoFormats 代表的 ControlDesigner 集合中。

適用於

另請參閱