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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.