Freigeben über


IEditorSettings.InsertClosingTags-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft ab, ob schließende Tags in HTML und XML eingefügt werden sollen, oder legt dieses Verhalten fest.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property InsertClosingTags As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
true , um schließende Tags in HTML und XML einzufügen, andernfalls false.

Siehe auch

Verweis

IEditorSettings Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace