IVsTextLineMarkerEx Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |