Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Public Enumeration VSDOCUMENTPRIORITY
'Utilisation
Dim instance As VSDOCUMENTPRIORITY
public enum VSDOCUMENTPRIORITY
public enum class 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: