IVsColorThemeService Interface

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

Syntax

'Declaration
<GuidAttribute("EAB552CF-7858-4F05-8435-62DB6DF60684")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsColorThemeService
[GuidAttribute("EAB552CF-7858-4F05-8435-62DB6DF60684")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsColorThemeService
[GuidAttribute(L"EAB552CF-7858-4F05-8435-62DB6DF60684")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsColorThemeService
[<GuidAttribute("EAB552CF-7858-4F05-8435-62DB6DF60684")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsColorThemeService =  interface end
public interface IVsColorThemeService

The IVsColorThemeService type exposes the following members.

Properties

  Name Description
Public property ColorNames
Public property CurrentTheme
Public property Themes

Top

Methods

  Name Description
Public method _VtblGap1_4

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace