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입니다.