BracePairAttribute.ClosingBraces Property

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

See Also

Reference

BracePairAttribute Class

Microsoft.VisualStudio.Text.BraceCompletion Namespace