Condividi tramite


DesignerAutoFormat(String) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

name
String

Stringa che identifica un oggetto specifico DesignerAutoFormat .

Eccezioni

name è null.

Commenti

Utilizzare il DesignerAutoFormat costruttore per creare un nuovo formato e aggiungerlo a un DesignerAutoFormatCollection insieme rappresentato dalla AutoFormats proprietà di un ControlDesigner oggetto .

Si applica a

Vedi anche