IVsTextMarkerColorSet 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.
Allows a marker type to determine whether other marker types share the same color set.
public interface class IVsTextMarkerColorSet
public interface class IVsTextMarkerColorSet
__interface IVsTextMarkerColorSet
[System.Runtime.InteropServices.Guid("93373F76-DF07-46DB-9415-1772069F60A4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextMarkerColorSet
[System.Runtime.InteropServices.Guid("93373F76-DF07-46DB-9415-1772069F60A4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextMarkerColorSet
[<System.Runtime.InteropServices.Guid("93373F76-DF07-46DB-9415-1772069F60A4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextMarkerColorSet = interface
[<System.Runtime.InteropServices.Guid("93373F76-DF07-46DB-9415-1772069F60A4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextMarkerColorSet = interface
Public Interface IVsTextMarkerColorSet
- Attributes
Remarks
Information from GetMarkerColors is used in DrawGlyphWithColorsto allow a marker type to determine whether another marker type is using the same color set.
Notes to Callers
Call to determine the foreground and background color for a marker type.
Methods
GetMarkerColors(Int32, UInt32, UInt32) |
Determines the color set associated with a particular marker type. |