IVsColorTheme 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("413D8344-C0DB-4949-9DBC-69C12BADB6AC")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsColorTheme
[GuidAttribute("413D8344-C0DB-4949-9DBC-69C12BADB6AC")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsColorTheme
[GuidAttribute(L"413D8344-C0DB-4949-9DBC-69C12BADB6AC")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsColorTheme
[<GuidAttribute("413D8344-C0DB-4949-9DBC-69C12BADB6AC")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsColorTheme =  interface end
public interface IVsColorTheme

The IVsColorTheme type exposes the following members.

Properties

  Name Description
Public property Item
Public property ThemeId

Top

Methods

  Name Description
Public method _VtblGap1_1

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace