__PROJECTREFERENCETYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.