This topic has not yet been rated - Rate this topic

IVsTextMarkerType Interface

Provides a uniform mechanism for obtaining information about a given text marker type, whether predefined by the editor or registered by a package.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

[GuidAttribute("8C4A2B6E-6377-4C71-9940-FBA1BE6EDD6F")] 
[InterfaceTypeAttribute(1)] 
public interface IVsTextMarkerType
/** @attribute GuidAttribute("8C4A2B6E-6377-4C71-9940-FBA1BE6EDD6F") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsTextMarkerType
GuidAttribute("8C4A2B6E-6377-4C71-9940-FBA1BE6EDD6F") 
InterfaceTypeAttribute(1) 
public interface IVsTextMarkerType

Implement IVsTextMarkerType to provide information about the behavior for a custom marker type.

Notes to Implementers Implemented by a VSPackage to provide a custom marker type.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ