VARDESC 结构

定义

注意

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

注意

现已弃用此 API。

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

注解

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

字段

elemdescVar

包含变量类型。

lpstrSchema

保留此字段供将来使用。

memid

指示变量的成员 ID。

varkind

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

wVarFlags

定义变量的属性。

适用于