Share via


BracePairAttribute.OpeningBraces Property

Gets the opening brace character.

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

Syntax

'Declaration
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

Property Value

Type: Char
The opening brace character.

.NET Framework Security

See Also

Reference

BracePairAttribute Class

Microsoft.VisualStudio.Text.BraceCompletion Namespace