IEditorSettings.HtmlAttributesOnSeparateLines-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ab, ob HTML-Elementattribute in separaten Zeilen platziert werden sollen, oder legt dieses Verhalten fest.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property HtmlAttributesOnSeparateLines As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.HtmlAttributesOnSeparateLines
instance.HtmlAttributesOnSeparateLines = value
bool HtmlAttributesOnSeparateLines { get; set; }
property bool HtmlAttributesOnSeparateLines {
bool get ();
void set (bool value);
}
abstract HtmlAttributesOnSeparateLines : bool with get, set
function get HtmlAttributesOnSeparateLines () : boolean
function set HtmlAttributesOnSeparateLines (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true , wenn HTML-Elementattribute in separaten Zeilen platziert werden sollen, andernfalls false.