VARDESC Estrutura
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilize VARDESC em substituição.
public value class VARDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct VARDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct VARDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type VARDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type VARDESC = struct
Public Structure VARDESC
- Herança
- Atributos
Observações
Para informações adicionais sobre VARDESC, consulte a Biblioteca MSDN.
Campos
| Name | Description |
|---|---|
| elemdescVar |
Obsoleto.
Contém o tipo de variável. |
| lpstrSchema |
Obsoleto.
Este campo está reservado para uso futuro. |
| memid |
Obsoleto.
Indica o ID de membro de uma variável. |
| varkind |
Obsoleto.
Define como uma variável deve ser marshaleada. |
| wVarFlags |
Obsoleto.
Define as propriedades de uma variável. |