Reference3.RefType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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 |