IBraceCompletionSession.OpeningBrace Property

Gets the opening brace character.

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

Syntax

'Declaration
ReadOnly Property OpeningBrace As Char
char OpeningBrace { get; }
property wchar_t OpeningBrace {
    wchar_t get ();
}
abstract OpeningBrace : char with get
function get OpeningBrace () : char

Property Value

Type: Char
Returns Char.

.NET Framework Security

See Also

Reference

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion Namespace