英語で読む

次の方法で共有


__FCPRIORITY Enum

Definition

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

C++/CX
public enum class __FCPRIORITY
Inheritance
__FCPRIORITY

Fields

Name Value Description
FCP_EDITOR 0

Specifies the base priority of Text Editor and Printer categories.

FCP_ENVIRONMENT 256

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

FCP_CLIENTS 4096

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:

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022