VSEDITORPRIORITY Enum

Definition

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

public enum class VSEDITORPRIORITY
public enum class VSEDITORPRIORITY
enum VSEDITORPRIORITY
public enum VSEDITORPRIORITY
type VSEDITORPRIORITY = 
Public Enum VSEDITORPRIORITY
Inheritance
VSEDITORPRIORITY

Fields

EDTPRI_BinaryEditor 10

Priority for the binary editor.

EDTPRI_InplaceEditor 25

Priority for the in-place editor.

EDTPRI_IntrinsicEditor 50

Priority for the intrinsic editor.

EDTPRI_OutsideEditor 20

Priority for the outside editor.

EDTPRI_TextEditor 30

Priority for the text editor.

EDTPRI_TextEditorCodePage 29

Priority for the text editor code page.

Remarks

COM Signature

From vsshell.idl:

Applies to