Udostępnij przez


DesignerAutoFormat(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Ciąg identyfikujący określony DesignerAutoFormat obiekt.

Wyjątki

name to null.

Uwagi

Użyj konstruktora DesignerAutoFormat , aby utworzyć nowy format i dodać go do DesignerAutoFormatCollection kolekcji reprezentowanej przez AutoFormats właściwość ControlDesigner obiektu.

Dotyczy

Zobacz też