Partilhar via


Propriedade BracePairAttribute.ClosingBraces

Gets the closing brace character.

Namespace:  Microsoft.VisualStudio.Text.BraceCompletion
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Char
The closing brace character.

Segurança do .NET Framework

Consulte também

Referência

BracePairAttribute Classe

Namespace Microsoft.VisualStudio.Text.BraceCompletion