Reference3.RefType Property
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(); };
C++/CX
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
A System.UInt32 value representing the reference type.
- Attributes
See Reference3 for an example.
The value of the UInt represents the reference type:
Reference Type | Value Returned |
---|---|
Assembly | 1 |
COM | 2 |
Native | 3 |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |