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 DesignerAutoFormat specifico.

Eccezioni

name è null.

Commenti

Usare il DesignerAutoFormat costruttore per creare un nuovo formato e aggiungerlo a una DesignerAutoFormatCollection raccolta rappresentata dalla AutoFormats proprietà di un ControlDesigner oggetto.

Si applica a

Vedi anche