Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetClientData | Gets the client data. |
![]() |
SetClientData | Sets the client data. |
Top