Specifies the reference type for a Visual C# or Visual Basic project.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Public Enumeration __PROJECTREFERENCETYPE
public enum __PROJECTREFERENCETYPE
public enum class __PROJECTREFERENCETYPE
type __PROJECTREFERENCETYPE
public enum __PROJECTREFERENCETYPE
Members
| 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. |
Remarks
This enumeration provides the return values for the read-only property, RefType.