DocumentTask::OnAfterMarkerChange Method (IVsTextMarker^)
Visual Studio 2015
Signals that the marker position has changed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- marker
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextMarker^
The marker that has changed.
Return Value
Type: System::Int32When this method is implemented by derived classes, if it succeeds, it returns F:Microsoft.VisualStudio.NativeMethods.S_OK. If it fails, it returns an error code.
By default, this method does nothing and returns F:Microsoft.VisualStudio.NativeMethods.S_OK. It is an implementation of OnAfterMarkerChange.
Show: