VARDESC 结构

定义

注意

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

请改用 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.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
继承
VARDESC
属性

注解

有关 的其他 VARDESC信息,请参阅 MSDN 库。

字段

elemdescVar
已过时.

包含变量类型。

lpstrSchema
已过时.

保留此字段供将来使用。

memid
已过时.

指示变量的成员 ID。

varkind
已过时.

定义应如何对变量进行封送处理。

wVarFlags
已过时.

定义变量的属性。

适用于