IVsColorEntry Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<GuidAttribute("BBE70639-7AD9-4365-AE36-9877AF2F973B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsColorEntry
[GuidAttribute("BBE70639-7AD9-4365-AE36-9877AF2F973B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsColorEntry
[GuidAttribute(L"BBE70639-7AD9-4365-AE36-9877AF2F973B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsColorEntry
[<GuidAttribute("BBE70639-7AD9-4365-AE36-9877AF2F973B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsColorEntry =  interface end
public interface IVsColorEntry

The IVsColorEntry type exposes the following members.

Properties

  Name Description
Public property Background
Public property BackgroundType
Public property ColorName
Public property Foreground
Public property ForegroundType

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace