VSDOCUMENTPRIORITY Enumeration

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

'Declaration
Public Enumeration VSDOCUMENTPRIORITY
public enum VSDOCUMENTPRIORITY
public enum class VSDOCUMENTPRIORITY
type VSDOCUMENTPRIORITY
public enum VSDOCUMENTPRIORITY

Members

Member name Description
DP_CanAddAsExternal File can be opened by the Miscellaneous Files 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_Intrinsic File type is intrinsic to the project.
DP_NonMember File is not a member of the project.
DP_Standard File can be opened by one of the editors registered with the environment.
DP_Unsupported File cannot be added to the project.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace