IVsTextMarkerTypeProvider Interface
Visual Studio 2015
Returns an IVsPackageDefinedTextMarkerType interface from a service providing a text markers other packages.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetTextMarkerType(Guid, IVsPackageDefinedTextMarkerType) | Allows you to return a pointer to your IVsPackageDefinedTextMarkerType implementation for a custom marker type. |
The IVsPackageDefinedTextMarkerType interface returned by a VSPackage's implementation of IVsTextMarkerTypeProvider provides access to properties of the text marker provided by the VSPackage.
Notes to Implementers:
Implement if on a VSPackage making text markers available to other services. Use SProfferService to implement this interface
Show:
