다음을 통해 공유


BracePairAttribute.ClosingBraces 속성

Gets the closing brace character.

네임스페이스:  Microsoft.VisualStudio.Text.BraceCompletion
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Public ReadOnly Property ClosingBraces As Char
public char ClosingBraces { get; }
public:
property wchar_t ClosingBraces {
    wchar_t get ();
}
member ClosingBraces : char with get
function get ClosingBraces () : char

속성 값

형식: Char
The closing brace character.

.NET Framework 보안

참고 항목

참조

BracePairAttribute 클래스

Microsoft.VisualStudio.Text.BraceCompletion 네임스페이스