IVsFontAndColorDefaults Methods

 

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

NameDescription
System_CAPS_pubmethodGetBaseCategory(Guid)

IVsFontAndColorDefaults::GetBaseCategory allows a VSPackage that manages fonts and colors to change the behavior of the Use Defaults button of the Fonts and Colors properties page.

System_CAPS_pubmethodGetCategoryName(String^)

Returns the display name of a Display Items category.

System_CAPS_pubmethodGetFlags(UInt32)

Returns a combination of __FONTCOLORFLAGS values. The member of the __FONTCOLORFLAGS enumeration define how the Fonts and Colors properties page in the Options dialog box implements font and color changes.

System_CAPS_pubmethodGetFont(array<FontInfo>^)

Returns a FontInfo structure containing information about a Category's default font to the Visual Studio environment.

System_CAPS_pubmethodGetItem(Int32, array<AllColorableItemInfo>^)

Returns an AllColorableItemInfo structure containing font and color information for specific member of the Display Items list for a given Category as indicated by the iItem parameter.

System_CAPS_pubmethodGetItemByName(String^, array<AllColorableItemInfo>^)

Returns an AllColorableItemInfo structure containing font and color information for one of the Display Items listed in the Fonts and Colors properties page.

System_CAPS_pubmethodGetItemCount(Int32)

Returns the number of colorable Display items in the Options dialog box. The Display items are provided by the selected option in the Show Settings for: drop-down list.

System_CAPS_pubmethodGetPriority(UInt16)

Returns the display priority of the items in the Show settings for: drop-down list of the Fonts and Colors property page.

Return to top
Show: