IEditorSettings.HtmlAttributesOnSeparateLines プロパティ
v2 に適用されます。
別の行に 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。