__VSDOCINPROJECT 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.
Determines whether a document is part of a project.
public enum class __VSDOCINPROJECT
public enum class __VSDOCINPROJECT
enum __VSDOCINPROJECT
public enum __VSDOCINPROJECT
type __VSDOCINPROJECT =
Public Enum __VSDOCINPROJECT
- Inheritance
-
__VSDOCINPROJECT
Fields
Name | Value | Description |
---|---|---|
DOCINPROJ_DocNotInProject | 0 | Document is not in the project. |
DOCINPROJ_DocInProject | 1 | Document is in the project. |
DOCINPROJ_DocInExtFilesProject | 2 | Document resides as a file external to the project. |
Remarks
COM Signature
From vsshell.idl: