__PROJECTREFERENCETYPE Enum
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
C++/CX
public enum class __PROJECTREFERENCETYPE
enum __PROJECTREFERENCETYPE
public enum __PROJECTREFERENCETYPE
type __PROJECTREFERENCETYPE =
Public Enum __PROJECTREFERENCETYPE
- Inheritance
-
__PROJECTREFERENCETYPE
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. |
This enumeration provides the return values for the read-only property, RefType.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |