Compartir a través de


Reference3.RefType (Propiedad)

Actualización: noviembre 2007

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

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

Sintaxis

ReadOnly Property RefType As UInteger

Dim instance As Reference3
Dim value As UInteger

value = instance.RefType
uint RefType { get; }
property unsigned int RefType {
    unsigned int get ();
}
function get RefType () : uint

Valor de propiedad

Tipo: System.UInt32

Un valor de 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

Código nativo

3

Ejemplos

Vea Reference3 para obtener un ejemplo.

Permisos

Vea también

Referencia

Reference3 (Interfaz)

Reference3 (Miembros)

VSLangProj80 (Espacio de nombres)