Reference3::RefType Property

 

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

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

property unsigned int RefType {
	unsigned int get();
}

Property Value

Type: System::UInt32

A System.UInt32 value representing the reference type.

The value of the UInt represents the reference type:

Reference Type

Value Returned

Assembly

1

COM

2

Native

3

See Reference3 for an example.

Return to top
Show: