IEditorSettings.AddQuotesToHtmlAttributes プロパティ
v2 に適用されます。
HTML 書式の HTML 属性値に引用符を追加するかどうかを取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Property AddQuotesToHtmlAttributes As Boolean
Get
Set
'使用
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.AddQuotesToHtmlAttributes
instance.AddQuotesToHtmlAttributes = value
bool AddQuotesToHtmlAttributes { get; set; }
property bool AddQuotesToHtmlAttributes {
bool get ();
void set (bool value);
}
abstract AddQuotesToHtmlAttributes : bool with get, set
function get AddQuotesToHtmlAttributes () : boolean
function set AddQuotesToHtmlAttributes (value : boolean)
プロパティ値
型: System.Boolean
HTML 書式の HTML 属性値に引用符を追加する場合は true。それ以外の場合は false。