Sdílet prostřednictvím


DesignerAutoFormat(String) Konstruktor

Definice

Inicializuje novou instanci DesignerAutoFormat třídy .

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)

Parametry

name
String

Řetězec, který identifikuje konkrétní DesignerAutoFormat objekt.

Výjimky

name je null.

Poznámky

Pomocí konstruktoru DesignerAutoFormat vytvořte nový formát a přidejte ho do DesignerAutoFormatCollection kolekce, která je reprezentována AutoFormats vlastností objektu ControlDesigner .

Platí pro

Viz také