Reference3.RefType Property
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.
Gets the type of reference: assembly, COM, or native.
public:
property System::UInt32 RefType { System::UInt32 get(); };
public:
property unsigned int RefType { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("VSLangProj80.PROJECTREFERENCETYPE")]
[System.Runtime.InteropServices.DispId(124)]
public uint RefType { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.ComAliasName("VSLangProj80.PROJECTREFERENCETYPE")>]
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.RefType : uint32
Public ReadOnly Property RefType As UInteger
Property Value
A System.UInt32 value representing the reference type.
- Attributes
Examples
See Reference3 for an example.
Remarks
The value of the UInt represents the reference type:
Reference Type | Value Returned |
---|---|
Assembly | 1 |
COM | 2 |
Native | 3 |