VARDESC Structure

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt VARDESC.

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
Héritage
VARDESC
Attributs

Remarques

Pour plus d’informations sur VARDESC , consultez MSDN Library.

Champs

elemdescVar

Contient le type de variable.

lpstrSchema

Ce champ est réservé à une utilisation ultérieure.

memid

Indique l'ID de membre d'une variable.

varkind

Définit comment une variable doit être marshalée.

wVarFlags

Définit les propriétés d'une variable.

S’applique à