IBraceCompletionSession.ClosingBrace Property

Gets the closing brace character.

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

Syntax

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

Property Value

Type: Char
Returns Char.

.NET Framework Security

See Also

Reference

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion Namespace