VSDOCUMENTPRIORITY Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the priority level of a document within a project.
public enum class VSDOCUMENTPRIORITY
public enum class VSDOCUMENTPRIORITY
enum VSDOCUMENTPRIORITY
public enum VSDOCUMENTPRIORITY
type VSDOCUMENTPRIORITY =
Public Enum VSDOCUMENTPRIORITY
- Inheritance
-
VSDOCUMENTPRIORITY
Fields
Name | Value | Description |
---|---|---|
DP_Unsupported | 0 | File cannot be added to the project. |
DP_CanAddAsExternal | 10 | File can be opened by the Miscellaneous Files project. |
DP_External | 20 | File can be opened by an external editor, for example, Microsoft Word. |
DP_CanAddAsNonMember | 30 | File can be added as a member of the project. |
DP_NonMember | 40 | File is not a member of the project. |
DP_Standard | 50 | File can be opened by one of the editors registered with the environment. |
DP_Intrinsic | 60 | File type is intrinsic to the project. |
Remarks
COM Signature
From vsshell.idl: