IVsColorEntry Interface
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("BBE70639-7AD9-4365-AE36-9877AF2F973B")> _
Public Interface IVsColorEntry
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("BBE70639-7AD9-4365-AE36-9877AF2F973B")]
public interface IVsColorEntry
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"BBE70639-7AD9-4365-AE36-9877AF2F973B")]
public interface class IVsColorEntry
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("BBE70639-7AD9-4365-AE36-9877AF2F973B")>]
type IVsColorEntry = interface end
public interface IVsColorEntry
The IVsColorEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
Background | ||
BackgroundType | ||
ColorName | ||
Foreground | ||
ForegroundType |
Top