VARDESC Struct

Definition

Caution

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

Use VARDESC instead.

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
Inheritance
VARDESC
Attributes

Remarks

For additional information about VARDESC, see the MSDN Library.

Fields

elemdescVar

Contains the variable type.

lpstrSchema

This field is reserved for future use.

memid

Indicates the member ID of a variable.

varkind

Defines how a variable should be marshaled.

wVarFlags

Defines the properties of a variable.

Applies to