C# Класс VSEmbed.Services.ThemedVsUIShell

An IVsUIShell that loads colors from an active VsThemeDictionary.
Наследование: IVsUIShell5
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateThemedImageList ( IntPtr hImageList, uint crBackground ) : IntPtr
EnumKeyBindingScopes ( ) : IVsEnumGuids
GetKeyBindingScope ( System.Guid &keyBindingScope ) : string
GetOpenFileNameViaDlgEx2 ( VSOPENFILENAMEW openFileName, string HelpTopic, string openButtonLabel ) : void
GetThemedColor ( System.Guid &colorCategory, string colorName, uint colorType ) : uint
ThemeDIBits ( uint dwBitmapLength, byte pBitmap, uint dwPixelWidth, uint dwPixelHeight, bool fIsTopDownBitmap, uint crBackground ) : void
ThemeWindow ( IntPtr hwnd ) : bool

Описание методов

CreateThemedImageList() публичный Метод

public CreateThemedImageList ( IntPtr hImageList, uint crBackground ) : IntPtr
hImageList System.IntPtr
crBackground uint
Результат System.IntPtr

EnumKeyBindingScopes() публичный Метод

public EnumKeyBindingScopes ( ) : IVsEnumGuids
Результат IVsEnumGuids

GetKeyBindingScope() публичный Метод

public GetKeyBindingScope ( System.Guid &keyBindingScope ) : string
keyBindingScope System.Guid
Результат string

GetOpenFileNameViaDlgEx2() публичный Метод

public GetOpenFileNameViaDlgEx2 ( VSOPENFILENAMEW openFileName, string HelpTopic, string openButtonLabel ) : void
openFileName VSOPENFILENAMEW
HelpTopic string
openButtonLabel string
Результат void

GetThemedColor() публичный Метод

public GetThemedColor ( System.Guid &colorCategory, string colorName, uint colorType ) : uint
colorCategory System.Guid
colorName string
colorType uint
Результат uint

ThemeDIBits() публичный Метод

public ThemeDIBits ( uint dwBitmapLength, byte pBitmap, uint dwPixelWidth, uint dwPixelHeight, bool fIsTopDownBitmap, uint crBackground ) : void
dwBitmapLength uint
pBitmap byte
dwPixelWidth uint
dwPixelHeight uint
fIsTopDownBitmap bool
crBackground uint
Результат void

ThemeWindow() публичный Метод

public ThemeWindow ( IntPtr hwnd ) : bool
hwnd System.IntPtr
Результат bool