__PROJECTREFERENCETYPE Enumeration

 

Specifies the reference type for a Visual C# or Visual Basic project.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

public enum __PROJECTREFERENCETYPE

Member nameDescription
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.

This enumeration provides the return values for the read-only property, RefType.

Return to top
Show: