IVsThemeThumbnailProvider Interface

Provides a method to get a theme thumbnail.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E1ABF09D-AD4A-4ADB-86EC-89EE37D2571A")> _
Public Interface IVsThemeThumbnailProvider
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E1ABF09D-AD4A-4ADB-86EC-89EE37D2571A")]
public interface IVsThemeThumbnailProvider
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E1ABF09D-AD4A-4ADB-86EC-89EE37D2571A")]
public interface class IVsThemeThumbnailProvider
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E1ABF09D-AD4A-4ADB-86EC-89EE37D2571A")>]
type IVsThemeThumbnailProvider =  interface end
public interface IVsThemeThumbnailProvider

The IVsThemeThumbnailProvider type exposes the following members.

Methods

  Name Description
Public method GetThemeThumbnail / Returns a thumbnail image to use for the given theme. The thumbnail's type should be VSUI_TYPE_BITMAP

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace