IVsFontAndColorStorage Methods

 

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

NameDescription
System_CAPS_pubmethodCloseCategory()

Closes the registry key containing font and color information for the Display Items in the currently open Category.

System_CAPS_pubmethodGetFont(array<LOGFONTW>^, array<FontInfo>^)

Returns the font attributes for the currently open Category.

System_CAPS_pubmethodGetItem(String^, array<ColorableItemInfo>^)

Returns the user-modifiable information for a named Display Item in the currently open Category.

System_CAPS_pubmethodOpenCategory(Guid, UInt32)

Opens the registry key containing font and color information for a Cateogry found in the Show Settings for: drop-down list.

System_CAPS_pubmethodRemoveCategory(Guid)

Deletes saved data for a Category from the registry.

System_CAPS_pubmethodSetFont(array<FontInfo>^)

Stores the basic definition of a font to be used by the currently open Category.

System_CAPS_pubmethodSetItem(String^, array<ColorableItemInfo>^)

Stores the user-modifiable color and font settings for a named Display Item in the registry.

Return to top
Show: