IEditorSettings.InsertBraces 屬性

適用於版本2

取得或設定是否插入成對大括弧和引號。

命名空間:  Microsoft.WebMatrix.Extensibility.Editor
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Property InsertBraces As Boolean 
    Get 
    Set
'用途
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)

屬性值

型別:System.Boolean
true 表示插入成對大括弧和引號,否則為 false。

請參閱

參考

IEditorSettings 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間