Share via


BracePairAttribute.ClosingBraces, propriété

Gets the closing brace character.

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

Syntaxe

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

Valeur de propriété

Type : Char
The closing brace character.

Sécurité .NET Framework

Voir aussi

Référence

BracePairAttribute Classe

Microsoft.VisualStudio.Text.BraceCompletion, espace de noms