Reference3.RefType Property

Definition

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

C++/CX
public:
 property unsigned int RefType { unsigned int get(); };

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

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022