TYPEDESC 结构

定义

注意

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

请改用 TYPEDESC

public value class TYPEDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct TYPEDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct TYPEDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type TYPEDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type TYPEDESC = struct
Public Structure TYPEDESC
继承
TYPEDESC
属性

注解

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

字段

lpValue
已过时.

如果变量为 VT_SAFEARRAYVT_PTR,则 lpValue 字段包含指向指定元素类型的 TYPEDESC 的指针。

vt
已过时.

指示由此 TYPEDESC 描述的项的 Variant 类型。

适用于