__PROJECTREFERENCETYPE Enumeration
Visual Studio 2015
Specifies the reference type for a Visual C# or Visual Basic project.
Assembly: VSLangProj80 (in VSLangProj80.dll)
| Member name | Description | |
|---|---|---|
| PROJREFTYPE_ACTIVEX | Project reference type is ActiveX. Value is 2. | |
| PROJREFTYPE_ASSEMBLY | Project reference type is assembly. Value is 1. | |
| PROJREFTYPE_NATIVE | Project reference type is native. Values is 3. |
Show: