Highlights the matching brace in a language construct.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Public Overridable Function HighlightMatchingBrace ( _
dwFlags As UInteger, _
cSpans As UInteger, _
rgBaseSpans As TextSpan() _
) As Integer
'使用
Dim instance As VsTextViewClass
Dim dwFlags As UInteger
Dim cSpans As UInteger
Dim rgBaseSpans As TextSpan()
Dim returnValue As Integer
returnValue = instance.HighlightMatchingBrace(dwFlags, _
cSpans, rgBaseSpans)
public virtual int HighlightMatchingBrace(
uint dwFlags,
uint cSpans,
TextSpan[] rgBaseSpans
)
public:
virtual int HighlightMatchingBrace(
[InAttribute] unsigned int dwFlags,
[InAttribute] unsigned int cSpans,
[InAttribute] array<TextSpan>^ rgBaseSpans
)
public function HighlightMatchingBrace(
dwFlags : uint,
cSpans : uint,
rgBaseSpans : TextSpan[]
) : int
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: [][in, size_is(cSpans)] Span of text to highlight within.
Return Value
Type: System.Int32
Implements
IVsTextView.HighlightMatchingBrace(UInt32, UInt32, [])
Permissions
- 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.