Condividi tramite


Proprietà Reference3.RefType

ottiene il tipo di riferimento: assembly, COM, o nativo.

Spazio dei nomi:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Sintassi

'Dichiarazione
ReadOnly Property RefType As UInteger
uint RefType { get; }
property unsigned int RefType {
    unsigned int get ();
}
abstract RefType : uint32
function get RefType () : uint

Valore proprietà

Tipo: System.UInt32
Un valore System.UInt32 che rappresenta il tipo di riferimento.

Note

Il valore UInt rappresenta il tipo di riferimento:

Tipo di riferimento

valore restituito

Assembly

1

COM

2

nativo

3

Esempi

vedere Reference3 per un esempio.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Reference3 Interfaccia

Spazio dei nomi VSLangProj80