Reference3::RefType Property
Visual Studio 2015
Gets the type of reference: assembly, COM, or native.
Assembly: VSLangProj80 (in VSLangProj80.dll)
The value of the UInt represents the reference type:
Reference Type | Value Returned |
|---|---|
Assembly | 1 |
COM | 2 |
Native | 3 |
See Reference3 for an example.
Show: