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
若要在单独的行上放置 HTML 元素特性,则为 true;否则为 false。