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
- 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.