IBraceCompletionManager.ClosingBraces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closing brace characters the brace completion manager is currently registered to handle.
public:
property System::String ^ ClosingBraces { System::String ^ get(); };
public string ClosingBraces { get; }
member this.ClosingBraces : string
Public ReadOnly Property ClosingBraces As String