共用方式為


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
true 表示在 HTML 和 XML 中插入結尾標記,否則為 false。

請參閱

參考

IEditorSettings 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間