IVsThemeThumbnailProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |