Partilhar via


Propriedade Reference3.RefType

Obtém o tipo de referência: assembly, COM, ou nativo.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (em VSLangProj80.dll)

Sintaxe

'Declaração
ReadOnly Property RefType As UInteger
uint RefType { get; }
property unsigned int RefType {
    unsigned int get ();
}
abstract RefType : uint32 with get
function get RefType () : uint

Valor de propriedade

Tipo: UInt32
System.UInt32 um valor que representa o tipo de referência.

Comentários

O valor de UInt representa o tipo de referência:

Tipo de referência

Valor retornado

Assembly

1

COM

2

Nativo

3

Exemplos

Consulte Reference3 para um exemplo.

Segurança do .NET Framework

Consulte também

Referência

Reference3 Interface

Namespace VSLangProj80