IVsTextLineMarkerEx Interface

Definition

Provides client data management for the text line marker.

public interface class IVsTextLineMarkerEx
public interface class IVsTextLineMarkerEx
__interface IVsTextLineMarkerEx
[System.Runtime.InteropServices.Guid("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextLineMarkerEx
[System.Runtime.InteropServices.Guid("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextLineMarkerEx
[<System.Runtime.InteropServices.Guid("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextLineMarkerEx = interface
[<System.Runtime.InteropServices.Guid("1C31EE6E-FC66-4FC8-8CC5-6A4134369F4E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextLineMarkerEx = interface
Public Interface IVsTextLineMarkerEx
Attributes

Methods

GetClientData(IntPtr)
GetClientData(UInt32)

Gets the client data.

SetClientData(IntPtr)
SetClientData(UInt32)

Sets the client data.

Applies to