__PROJECTREFERENCETYPE Enum

Definition

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

public enum class __PROJECTREFERENCETYPE
public enum class __PROJECTREFERENCETYPE
enum __PROJECTREFERENCETYPE
public enum __PROJECTREFERENCETYPE
type __PROJECTREFERENCETYPE = 
Public Enum __PROJECTREFERENCETYPE
Inheritance
__PROJECTREFERENCETYPE

Fields

PROJREFTYPE_ACTIVEX 2

Project reference type is ActiveX. Value is 2.

PROJREFTYPE_ASSEMBLY 1

Project reference type is assembly. Value is 1.

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