AuthoringSink::BraceMatching Property
Visual Studio 2015
Indicates if brace matching should be done for a parse operation.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanReturns true if brace matching is to be done; otherwise, returns false (no brace matching allowed).
This property is queried by the parser to determine if it should deal with brace matching in this particular execution and if so, store matching braces with a call to MatchPair. This property examines the ParseReason and returns true if it is MatchBraces, HighlightBraces, or MemberSelectAndHighlightBraces.
Show: