IVsThemeThumbnailProvider Interface

Definition

Provides a method to get a theme thumbnail.

public interface class IVsThemeThumbnailProvider
public interface class IVsThemeThumbnailProvider
__interface IVsThemeThumbnailProvider
[System.Runtime.InteropServices.Guid("E1ABF09D-AD4A-4ADB-86EC-89EE37D2571A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsThemeThumbnailProvider
[<System.Runtime.InteropServices.Guid("E1ABF09D-AD4A-4ADB-86EC-89EE37D2571A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsThemeThumbnailProvider = interface
Public Interface IVsThemeThumbnailProvider
Attributes

Methods

GetThemeThumbnail(Guid)

/ Returns a thumbnail image to use for the given theme. The thumbnail's type should be VSUI_TYPE_BITMAP

Applies to