Compartir a través de


IVsTextMarkerTypeProvider (Interfaz)

Devuelve una interfaz de IVsPackageDefinedTextMarkerType de un servicio que proporciona los marcadores de un texto otros paquetes.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
<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

El tipo IVsTextMarkerTypeProvider expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetTextMarkerType Permite devuelve un puntero a la implementación de IVsPackageDefinedTextMarkerType para un tipo personalizado del marcador.

Arriba

Comentarios

La interfaz de IVsPackageDefinedTextMarkerType devuelta por la implementación de un Paquete de IVsTextMarkerTypeProvider proporciona acceso a propiedades de marcador de texto proporcionado por el paquete VSPackage.

Notas para los implementadores

Implementar si en un Paquete que crea los marcadores de texto disponible para otros servicios. uso SProfferService de implementar esta interfaz

Vea también

Referencia

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)