IEditorSettings.InsertClosingTags Property
Applies to v2.
Gets or sets whether to insert closing tags in HTML and XML.
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)
Property Value
Type: System.Boolean
true to insert closing tags in HTML and XML; otherwise, false.