VARDESC Estructura

Definición

Precaución

Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

Utilice VARDESC en su lugar.

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
Herencia
VARDESC
Atributos

Comentarios

Para obtener más información sobre VARDESC, vea MSDN Library.

Campos

Nombre Description
elemdescVar
Obsoletos.

Contiene el tipo de variable.

lpstrSchema
Obsoletos.

Este campo está reservado para uso futuro.

memid
Obsoletos.

Indica el identificador de miembro de una variable.

varkind
Obsoletos.

Define cómo se debe serializar una variable.

wVarFlags
Obsoletos.

Define las propiedades de una variable.

Se aplica a