VARDESC 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
信息,请参阅 MSDN 库。
字段
elemdescVar |
已过时.
包含变量类型。 |
lpstrSchema |
已过时.
保留此字段供将来使用。 |
memid |
已过时.
指示变量的成员 ID。 |
varkind |
已过时.
定义应如何对变量进行封送处理。 |
wVarFlags |
已过时.
定义变量的属性。 |