VARKIND Enumeração
Definição
Define o tipo de variável.Defines the kind of variable.
public enum class VARKIND
public enum VARKIND
[System.Serializable]
public enum VARKIND
type VARKIND =
[<System.Serializable>]
type VARKIND =
Public Enum VARKIND
- Herança
- Atributos
Campos
| VAR_CONST | 2 | A estrutura |
| VAR_DISPATCH | 3 | A variável pode ser acessada somente com |
| VAR_PERINSTANCE | 0 | A variável é um campo ou membro do tipo.The variable is a field or member of the type. Ela existe em um deslocamento fixo dentro de cada instância do tipo.It exists at a fixed offset within each instance of the type. |
| VAR_STATIC | 1 | Há apenas uma instância da variável.There is only one instance of the variable. |
Comentários
Para obter mais informações, consulte Enumeração VARKIND.For more information, see VARKIND enumeration.
O Common Language Runtime gera uma exceção quando um método COM no código nativo retorna um HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Para obter mais informações, consulte como mapear HRESULTs e exceções.For more information, see How to: Map HRESULTs and Exceptions.