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
    Get
uint RefType { get; }
property unsigned int RefType {
    unsigned int get ();
}
abstract RefType : uint32
function get RefType () : uint

Valore proprietà

Tipo: System.UInt32
Valore System.UInt32 che rappresenta il tipo di riferimento.

Note

Il valore di UInt rappresenta il tipo di riferimento:

Tipo di riferimento

Valore restituito

Assembly

1

COM

2

Nativo

3

Esempi

Per un esempio, vedere Reference3.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Reference3 Interfaccia

Spazio dei nomi VSLangProj80