__FCPRIORITY Enumeration

 

The FCPRIORITY enumeration is used to group categories within the list of categories provided by the Fonts and Colors page.

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

public enum __FCPRIORITY

Member nameDescription
FCP_CLIENTS

Specifies the base priority for all other categories.

FCP_EDITOR

Specifies the base priority of Text Editor and Printer categories.

FCP_ENVIRONMENT

Specifies the base priority of general environment categories, such as Dialogs and Tool Windows.

The value returned by either GetPriority or GetPriority indicates the position of a category within list displayed by the Show settings for: drop-down box on the Fonts and Colors page.

The values of the FCPRIORITY enumeration indicate groupings within that list, for instance the priority returned by GetPriority for a Text Editor and Printer categories should be greater than or equal to FCP_EDITOR but less than FCP_ENVIRONMENT.

From vsshell.idl:

Return to top
Show: