IEditorSettings.InsertBraces Property

Applies to v2.

Gets or sets whether to insert matching braces and quotes.

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

Syntax

'Declaration
Property InsertBraces As Boolean 
    Get 
    Set
'Usage
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.InsertBraces

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

Property Value

Type: System.Boolean
true to insert matching braces and quotes; otherwise, false.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace