Freigeben über


IEditorSettings.AutoFormatCode-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft ab, ob Code während der Eingabe automatisch formatiert werden soll, oder legt dieses Verhalten fest.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property AutoFormatCode As Boolean 
    Get 
    Set
'Usage
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.AutoFormatCode

instance.AutoFormatCode = value
bool AutoFormatCode { get; set; }
property bool AutoFormatCode {
    bool get ();
    void set (bool value);
}
abstract AutoFormatCode : bool with get, set
function get AutoFormatCode () : boolean 
function set AutoFormatCode (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , um Code während der Eingabe automatisch zu formatieren, andernfalls false.

Siehe auch

Verweis

IEditorSettings Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace