Compartilhar via


Estrutura VARDESC

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Observação: Esta API agora está obsoleta.

Use System.Runtime.InteropServices.ComTypes.VARDESC em seu lugar.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public struct VARDESC
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public value struct VARDESC
[<Sealed>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
type VARDESC = struct end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
Public Structure VARDESC

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

Indica se essa instância e um objeto especificado são iguais.(Herdado de ValueType.)

System_CAPS_pubmethod GetHashCode()

Retorna o código hash para essa instância.(Herdado de ValueType.)

System_CAPS_pubmethod GetType()

Obtém o Type da instância atual.(Herdado de Object.)

System_CAPS_pubmethod ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.(Herdado de ValueType.)

Campos

Nome Descrição
System_CAPS_pubfield elemdescVar

Contém o tipo de variável.

System_CAPS_pubfield lpstrSchema

Este campo é reservado para uso futuro.

System_CAPS_pubfield memid

Indica a ID de membro de uma variável.

System_CAPS_pubfield varkind

Define como uma variável deve ser lida.

System_CAPS_pubfield wVarFlags

Define as propriedades de uma variável.

Comentários

Para obter informações adicionais sobre VARDESC, consulte a biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Acesso thread-safe

Quaisquer membros estáticos públicos ( Compartilhado no Visual Basic) desse tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início