Reference3.RefType (Propiedad)

Obtiene el tipo de referencia: ensamblado, COM o nativo.

Espacio de nombres:  VSLangProj80
Ensamblado:  VSLangProj80 (en VSLangProj80.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.UInt32
Valor System.UInt32 que representa el tipo de referencia.

Comentarios

El valor de UInt representa el tipo de referencia:

Tipo de referencia

Valor devuelto

Ensamblado

1

COM

2

Native

3

Ejemplos

Vea Reference3 para obtener un ejemplo.

Seguridad de .NET Framework

Vea también

Referencia

Reference3 Interfaz

VSLangProj80 (Espacio de nombres)