Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Enumeration __VSDOCINPROJECT
public enum __VSDOCINPROJECT
public enum class __VSDOCINPROJECT
type __VSDOCINPROJECT
public enum __VSDOCINPROJECT
Members
| 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. |
Remarks
COM Signature
From vsshell.idl: