Specifies the priority of various editors.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣告
Public Enumeration VSEDITORPRIORITY
'用途
Dim instance As VSEDITORPRIORITY
public enum VSEDITORPRIORITY
public enum class VSEDITORPRIORITY
type VSEDITORPRIORITY
public enum VSEDITORPRIORITY
Members
| Member name | Description | |
|---|---|---|
| EDTPRI_IntrinsicEditor | 50 | |
| EDTPRI_TextEditor | 30 | |
| EDTPRI_TextEditorCodePage | 29 | |
| EDTPRI_InplaceEditor | 25 | |
| EDTPRI_OutsideEditor | 20 | |
| EDTPRI_BinaryEditor | 10 |
Remarks
COM Signature
From vsshell.idl: