VARDESC Estructura

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

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.Obsolete]
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
[<System.Obsolete>]
type VARDESC = struct
Public Structure VARDESC
Herencia
VARDESC
Atributos

Comentarios

Para obtener información adicional sobre VARDESC , vea MSDN Library.

Campos

elemdescVar

Contiene el tipo de variable.

lpstrSchema

Este campo está reservado para un uso futuro.

memid

Indica el identificador de miembro de una variable.

varkind

Define cómo se deben calcular las referencias de una variable.

wVarFlags

Define las propiedades de una variable.

Se aplica a