__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)
Syntax
'Declaration
Public Enumeration __FCPRIORITY
public enum __FCPRIORITY
public enum class __FCPRIORITY
type __FCPRIORITY
public enum __FCPRIORITY
Members
Member name | Description | |
---|---|---|
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. | |
FCP_CLIENTS | Specifies the base priority for all other categories. |
Remarks
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.
COM Signature
From vsshell.idl: