__VSDOCINPROJECT Enumeration

 

Determines whether a document is part of a project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __VSDOCINPROJECT

Member nameDescription
DOCINPROJ_DocInExtFilesProject

Document resides as a file external to the project.

DOCINPROJ_DocInProject

Document is in the project.

DOCINPROJ_DocNotInProject

Document is not in the project.

From vsshell.idl:

Return to top
Show: