IVsSetSpanMappingEvents.OnMarkerInvalidated Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Function OnMarkerInvalidated ( _
pBuffer As IVsTextLines, _
pMarker As IVsTextMarker _
) As Integer
int OnMarkerInvalidated(
IVsTextLines pBuffer,
IVsTextMarker pMarker
)
int OnMarkerInvalidated(
[InAttribute] IVsTextLines^ pBuffer,
[InAttribute] IVsTextMarker^ pMarker
)
abstract OnMarkerInvalidated :
pBuffer:IVsTextLines *
pMarker:IVsTextMarker -> int
function OnMarkerInvalidated(
pBuffer : IVsTextLines,
pMarker : IVsTextMarker
) : int
Parameters
- pBuffer
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
- pMarker
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker
Return Value
Type: System.Int32
.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.