Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the ProjectType. This enumeration lists the two types of projects, local and Web.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("5B50016F-F7CC-4687-A1DA-3F234F7620EE")> _
Public Enumeration prjProjectType
[GuidAttribute("5B50016F-F7CC-4687-A1DA-3F234F7620EE")]
public enum prjProjectType
[GuidAttribute(L"5B50016F-F7CC-4687-A1DA-3F234F7620EE")]
public enum class prjProjectType
[<GuidAttribute("5B50016F-F7CC-4687-A1DA-3F234F7620EE")>]
type prjProjectType
public enum prjProjectType
Members
Member name | Description | |
---|---|---|
prjProjectTypeLocal | Local project. | |
prjProjectTypeWeb | Web project. |