VsTextViewClass::HighlightMatchingBrace Method (UInt32, UInt32, array<TextSpan>^)
Visual Studio 2015
Highlights the matching brace in a language construct.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
public: virtual int HighlightMatchingBrace( unsigned int dwFlags, unsigned int cSpans, array<TextSpan>^ rgBaseSpans )
Parameters
- dwFlags
-
Type:
System::UInt32
[in] Parameter is not used.
- cSpans
-
Type:
System::UInt32
[in] Number of matching pairs to highlight within the text span.
- rgBaseSpans
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TextSpan>^
[in, size_is(cSpans)] Span of text to highlight within.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: