Share via


BracePairAttribute, constructeur

Instantiates a new instance of a BracePairAttribute.

Espace de noms :  Microsoft.VisualStudio.Text.BraceCompletion
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • openingBrace
    Type : Char

    The opening brace character for this brace completion session.

  • closingBrace
    Type : Char

    The closing brace character for this brace completion session.

Sécurité .NET Framework

Voir aussi

Référence

BracePairAttribute Classe

Microsoft.VisualStudio.Text.BraceCompletion, espace de noms