共用方式為


IVsTextMarkerClientEx 介面

擴充功能可透過IVsTextMarkerClient藉由提供額外的回呼介面。

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

語法

'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")> _
Public Interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute(L"BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface class IVsTextMarkerClientEx
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")>]
type IVsTextMarkerClientEx =  interface end
public interface IVsTextMarkerClientEx

IVsTextMarkerClientEx 類型會公開下列成員。

方法

  名稱 描述
公用方法 MarkerInvalidated 藉由使用者動作將會刪除與標記相關的文字時,會呼叫它。
公用方法 OnHoverOverMarker

回頁首

請參閱

參考

Microsoft.VisualStudio.TextManager.Interop 命名空間