IVsColorThemes 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("98192AFE-75B9-4347-82EC-FF312C1995D8")> _
Public Interface IVsColorThemes
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("98192AFE-75B9-4347-82EC-FF312C1995D8")]
public interface IVsColorThemes
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"98192AFE-75B9-4347-82EC-FF312C1995D8")]
public interface class IVsColorThemes
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("98192AFE-75B9-4347-82EC-FF312C1995D8")>]
type IVsColorThemes =  interface end
public interface IVsColorThemes

The IVsColorThemes type exposes the following members.

Methods

  Name Description
Public method GetThemeFromId

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace