__VSDOCINPROJECT Enumeration
Visual Studio 2015
Determines whether a document is part of a project.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| 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:
Show: