Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.