Reference3.RefType Propriedade

Definição

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

public:
 property System::UInt32 RefType { System::UInt32 get(); };
public:
 property unsigned int RefType { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("VSLangProj80.PROJECTREFERENCETYPE")]
[System.Runtime.InteropServices.DispId(124)]
public uint RefType { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.ComAliasName("VSLangProj80.PROJECTREFERENCETYPE")>]
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.RefType : uint32
Public ReadOnly Property RefType As UInteger

Valor da propriedade

UInt32

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

Atributos

Exemplos

Para ver um exemplo, consulte Reference3.

Comentários

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

Tipo de referência Valor retornado
Assembly 1
COM 2
Nativo 3

Aplica-se a