Share via


__PROJECTREFERENCETYPE Enum

Definition

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

C++/CX
public enum class __PROJECTREFERENCETYPE
Inheritance
__PROJECTREFERENCETYPE

Fields

Name Value Description
PROJREFTYPE_ASSEMBLY 1

Project reference type is assembly. Value is 1.

PROJREFTYPE_ACTIVEX 2

Project reference type is ActiveX. Value is 2.

PROJREFTYPE_NATIVE 3

Project reference type is native. Values is 3.

Remarks

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

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022