IVsTextLineMarkerEx Interface

Provides client data management for the text line marker.

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

Syntax

'Declaration
<GuidAttribute("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextLineMarkerEx
[GuidAttribute("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")]
[InterfaceTypeAttribute()]
public interface IVsTextLineMarkerEx
[GuidAttribute(L"1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")]
[InterfaceTypeAttribute()]
public interface class IVsTextLineMarkerEx
[<GuidAttribute("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")>]
[<InterfaceTypeAttribute()>]
type IVsTextLineMarkerEx =  interface end
public interface IVsTextLineMarkerEx

The IVsTextLineMarkerEx type exposes the following members.

Methods

  Name Description
Public method GetClientData Gets the client data.
Public method SetClientData Sets the client data.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace