VSEDITORPRIORITY Enumeration

 

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)

public enum VSEDITORPRIORITY

Member nameDescription
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.

From vsshell.idl:

Return to top
Show: