IVsFontAndColorStorage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CloseCategory() | Closes the registry key containing font and color information for the Display Items in the currently open Category. |
![]() | GetFont(array<LOGFONTW>^, array<FontInfo>^) | Returns the font attributes for the currently open Category. |
![]() | GetItem(String^, array<ColorableItemInfo>^) | Returns the user-modifiable information for a named Display Item in the currently open Category. |
![]() | OpenCategory(Guid, UInt32) | Opens the registry key containing font and color information for a Cateogry found in the Show Settings for: drop-down list. |
![]() | RemoveCategory(Guid) | Deletes saved data for a Category from the registry. |
![]() | SetFont(array<FontInfo>^) | Stores the basic definition of a font to be used by the currently open Category. |
![]() | SetItem(String^, array<ColorableItemInfo>^) | Stores the user-modifiable color and font settings for a named Display Item in the registry. |
Show:
