prjReferenceType 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.
Indicates whether a Reference is a .NET Framework assembly or a COM component.
public enum class prjReferenceType
public enum class prjReferenceType
enum prjReferenceType
[System.Runtime.InteropServices.Guid("B21668EF-29F1-425D-85D7-118CB838C362")]
public enum prjReferenceType
[<System.Runtime.InteropServices.Guid("B21668EF-29F1-425D-85D7-118CB838C362")>]
type prjReferenceType =
Public Enum prjReferenceType
- Inheritance
-
prjReferenceType
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjReferenceTypeAssembly | 0 | a .NET Framework Assembly. |
prjReferenceTypeActiveX | 1 | A COM object. |