英語で読む

次の方法で共有


VSEDITORPRIORITY Enum

Definition

Specifies the priority of various editors. Used by packages that implement an editor type with IVsRegisterEditors.

C++/CX
public enum class VSEDITORPRIORITY
Inheritance
VSEDITORPRIORITY

Fields

Name Value Description
EDTPRI_BinaryEditor 10

Priority for the binary editor.

EDTPRI_OutsideEditor 20

Priority for the outside editor.

EDTPRI_InplaceEditor 25

Priority for the in-place editor.

EDTPRI_TextEditorCodePage 29

Priority for the text editor code page.

EDTPRI_TextEditor 30

Priority for the text editor.

EDTPRI_IntrinsicEditor 50

Priority for the intrinsic editor.

Remarks

COM Signature

From vsshell.idl:

Applies to

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