Reference3.RefType Property

Gets the type of reference: assembly, COM, or native.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
ReadOnly Property RefType As UInteger
'Usage
Dim instance As Reference3 
Dim value As UInteger 

value = instance.RefType
uint RefType { get; }
property unsigned int RefType {
    unsigned int get ();
}
function get RefType () : uint

Property Value

Type: System.UInt32
A System.UInt32 value representing the reference type.

Remarks

The value of the UInt represents the reference type:

Reference Type

Value Returned

Assembly

1

COM

2

Native

3

Examples

See Reference3 for an example.

.NET Framework Security

See Also

Reference

Reference3 Interface

Reference3 Members

VSLangProj80 Namespace