次の方法で共有


IEditorSettings.InsertClosingTags プロパティ

v2 に適用されます。

HTML および XML に終了タグを挿入するかどうかを取得または設定します。

名前空間:  Microsoft.WebMatrix.Extensibility.Editor
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Property InsertClosingTags As Boolean 
    Get 
    Set
'使用
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.InsertClosingTags

instance.InsertClosingTags = value
bool InsertClosingTags { get; set; }
property bool InsertClosingTags {
    bool get ();
    void set (bool value);
}
abstract InsertClosingTags : bool with get, set
function get InsertClosingTags () : boolean 
function set InsertClosingTags (value : boolean)

プロパティ値

型: System.Boolean
HTML および XML に終了タグを挿入する場合は true。それ以外の場合は false。

関連項目

参照

IEditorSettings インターフェイス

Microsoft.WebMatrix.Extensibility.Editor 名前空間