IVsTextMarkerClientEx Interface

Extends the functionality available through the IVsTextMarkerClient interface by providing additional callbacks.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")> _
Public Interface IVsTextMarkerClientEx
'Utilisation
Dim instance As 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

See Also

Reference

IVsTextMarkerClientEx Members

Microsoft.VisualStudio.TextManager.Interop Namespace