IEditorSettings.HtmlAttributesOnSeparateLines 屬性

適用於版本2

取得或設定是否將 HTML 元素屬性放在個別行。

命名空間:  Microsoft.WebMatrix.Extensibility.Editor
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Property HtmlAttributesOnSeparateLines As Boolean 
    Get 
    Set
'用途
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)

屬性值

型別:System.Boolean
true 表示將 HTML 元素屬性放在個別行,否則為 false。

請參閱

參考

IEditorSettings 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間