다음을 통해 공유


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 네임스페이스