Partilhar via


Propriedade BracePairAttribute.OpeningBraces

Gets the opening brace character.

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

Sintaxe

'Declaração
Public ReadOnly Property OpeningBraces As Char
public char OpeningBraces { get; }
public:
property wchar_t OpeningBraces {
    wchar_t get ();
}
member OpeningBraces : char with get
function get OpeningBraces () : char

Valor de propriedade

Tipo: Char
The opening brace character.

Segurança do .NET Framework

Consulte também

Referência

BracePairAttribute Classe

Namespace Microsoft.VisualStudio.Text.BraceCompletion