次の方法で共有


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使用して新しい形式を作成し、オブジェクトの DesignerAutoFormatCollectionControlDesigner プロパティで表されるコレクションにAutoFormats追加します。

適用対象

こちらもご覧ください