Compartilhar via


Propriedade Reference3.RefType

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

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

Sintaxe

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 propriedade

Tipo: System.UInt32
Um valor sistema.UInt32 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.

Permissões

Consulte também

Referência

Reference3 Interface

Membros Reference3

Namespace VSLangProj80