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 closing brace character.
Namespace: Microsoft.VisualStudio.Text.BraceCompletion
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public ReadOnly Property ClosingBraces As Char
public char ClosingBraces { get; }
public:
property wchar_t ClosingBraces {
wchar_t get ();
}
member ClosingBraces : char with get
function get ClosingBraces () : char
Property Value
Type: Char
The closing 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.