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
function get RefType () : uint

Valor de propriedade

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

Comentários

O valor da 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