共用方式為


IVsTextMarkerTypeProvider 介面

傳回IVsPackageDefinedTextMarkerType服務,提供文字標記其他封裝的介面。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
<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

IVsTextMarkerTypeProvider 類型會公開下列成員。

方法

  名稱 描述
公用方法 GetTextMarkerType 可讓您傳回的指標,您IVsPackageDefinedTextMarkerType實作自訂的資料標記的型別。

回頁首

備註

IVsPackageDefinedTextMarkerType VSPackage 的實作所傳回的介面IVsTextMarkerTypeProvider提供的 VSPackage 所提供的文字標記屬性的存取。

實作者注意事項

如果在 VSPackage,將文字標記成可對其他服務實作。 使用SProfferService來實作這個介面

請參閱

參考

Microsoft.VisualStudio.TextManager.Interop 命名空間