Specifies the priority level of a document within a project.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
声明
Public Enumeration VSDOCUMENTPRIORITY
用法
Dim instance As VSDOCUMENTPRIORITY
public enum VSDOCUMENTPRIORITY
public enum class VSDOCUMENTPRIORITY
type VSDOCUMENTPRIORITY
public enum VSDOCUMENTPRIORITY
Members
| Member name | Description | |
|---|---|---|
| DP_Intrinsic | File type is intrinsic to the project. | |
| DP_Standard | File can be opened by one of the editors registered with the environment. | |
| DP_NonMember | File is not a member of the project. | |
| DP_CanAddAsNonMember | File can be added as a member of the project. | |
| DP_External | File can be opened by an external editor, for example, Microsoft Word. | |
| DP_CanAddAsExternal | File can be opened by the Miscellaneous Files project. | |
| DP_Unsupported | File cannot be added to the project. | 
Remarks
COM Signature
From vsshell.idl: