Share via


IVsTextMarkerTypeProvider, interface

Retourne une interface d'IVsPackageDefinedTextMarkerType d'un fournissant de service des marqueurs de texte d'autres packages.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
<GuidAttribute("7EF86CFD-D561-4BA5-9F38-C1BFF588E3AC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextMarkerTypeProvider
[GuidAttribute("7EF86CFD-D561-4BA5-9F38-C1BFF588E3AC")]
[InterfaceTypeAttribute()]
public interface IVsTextMarkerTypeProvider
[GuidAttribute(L"7EF86CFD-D561-4BA5-9F38-C1BFF588E3AC")]
[InterfaceTypeAttribute()]
public interface class IVsTextMarkerTypeProvider
[<GuidAttribute("7EF86CFD-D561-4BA5-9F38-C1BFF588E3AC")>]
[<InterfaceTypeAttribute()>]
type IVsTextMarkerTypeProvider =  interface end
public interface IVsTextMarkerTypeProvider

Le type IVsTextMarkerTypeProvider expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetTextMarkerType Vous permet de retourner un pointeur à votre implémentation d'IVsPackageDefinedTextMarkerType pour un type de marqueur personnalisé.

Début

Notes

L'interface d'IVsPackageDefinedTextMarkerType retournée par l'implémentation d'un VSPackage d'IVsTextMarkerTypeProvider permet d'accéder aux propriétés du marqueur de texte fourni par le VSPackage.

Remarques à l'attention des implémenteurs

Implémentez si sur un VSPackage faisant des marqueurs de texte disponibles à d'autres services. Utilisation SProfferService d'implémenter cette interface

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms