다음을 통해 공유


BracePairAttribute 생성자

Instantiates a new instance of a BracePairAttribute.

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

구문

‘선언
Public Sub New ( _
    openingBrace As Char, _
    closingBrace As Char _
)
public BracePairAttribute(
    char openingBrace,
    char closingBrace
)
public:
BracePairAttribute(
    wchar_t openingBrace, 
    wchar_t closingBrace
)
new : 
        openingBrace:char * 
        closingBrace:char -> BracePairAttribute
public function BracePairAttribute(
    openingBrace : char, 
    closingBrace : char
)

매개 변수

  • openingBrace
    형식: Char

    The opening brace character for this brace completion session.

  • closingBrace
    형식: Char

    The closing brace character for this brace completion session.

.NET Framework 보안

참고 항목

참조

BracePairAttribute 클래스

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