Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
Syntax
'Declaration
Function HighlightMatchingBrace ( _
dwFlags As UInteger, _
cSpans As UInteger, _
rgBaseSpans As TextSpan() _
) As Integer
'Usage
Dim instance As IVsTextViewIntellisenseHost_Corrected
Dim dwFlags As UInteger
Dim cSpans As UInteger
Dim rgBaseSpans As TextSpan()
Dim returnValue As Integer
returnValue = instance.HighlightMatchingBrace(dwFlags, _
cSpans, rgBaseSpans)
int HighlightMatchingBrace(
uint dwFlags,
uint cSpans,
TextSpan[] rgBaseSpans
)
int HighlightMatchingBrace(
[InAttribute] unsigned int dwFlags,
[InAttribute] unsigned int cSpans,
[InAttribute] array<TextSpan>^ rgBaseSpans
)
abstract HighlightMatchingBrace :
dwFlags:uint32 *
cSpans:uint32 *
rgBaseSpans:TextSpan[] -> int
function HighlightMatchingBrace(
dwFlags : uint,
cSpans : uint,
rgBaseSpans : TextSpan[]
) : int
Parameters
- dwFlags
Type: System.UInt32
- cSpans
Type: System.UInt32
- rgBaseSpans
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
Return Value
Type: System.Int32
Implements
IVsIntellisenseHost_Corrected.HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[])
.NET Framework Security
- 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.
See Also
Reference
IVsTextViewIntellisenseHost_Corrected Interface
IVsTextViewIntellisenseHost_Corrected Members