Reference3.RefType Eigenschaft

Definition

Ruft den Verweistyp ab: Assembly, com oder nativ.

public:
 property System::UInt32 RefType { System::UInt32 get(); };
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

Eigenschaftswert

UInt32

Ein System. UInt32-Wert, der den Verweistyp darstellt.

Attribute

Beispiele

Ein Beispiel finden Sie unter Reference3.

Hinweise

Der Wert von uint stellt den Verweistyp dar:

Verweistyp Zurückgegebener Wert
Assembly 1
COM 2
Systemeigenes Format 3

Gilt für