Specifies the priority of various editors. Used by packages that implement an editor type with IVsRegisterEditors.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSEDITORPRIORITY
public enum VSEDITORPRIORITY
public enum class VSEDITORPRIORITY
type VSEDITORPRIORITY
public enum VSEDITORPRIORITY
Members
| Member name | Description | |
|---|---|---|
| EDTPRI_BinaryEditor | Priority for the binary editor. | |
| EDTPRI_InplaceEditor | Priority for the in-place editor. | |
| EDTPRI_IntrinsicEditor | Priority for the intrinsic editor. | |
| EDTPRI_OutsideEditor | Priority for the outside editor. | |
| EDTPRI_TextEditor | Priority for the text editor. | |
| EDTPRI_TextEditorCodePage | Priority for the text editor code page. | 
Remarks
COM Signature
From vsshell.idl: