IEditorSettings.InsertClosingTags 属性

适用于版本2

获取或设置是否要在 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 命名空间