TYPEATTR 结构

定义

注意

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

请改用 TYPEATTR

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

注解

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

字段

cbAlignment
已过时.

指定此类型实例的字节对齐方式。

cbSizeInstance
已过时.

此类型的实例的大小。

cbSizeVft
已过时.

此类型的虚拟方法表 (VTBL) 的大小。

cFuncs
已过时.

指示此结构描述的接口上的函数数目。

cImplTypes
已过时.

指示此结构描述的接口上实现的接口的数量。

cVars
已过时.

指示此结构所描述的接口上的变量和数据字段的数目。

dwReserved
已过时.

保留供将来使用。

guid
已过时.

类型信息的 GUID。

idldescType
已过时.

所描述类型的 IDL 属性。

lcid
已过时.

成员名称和文档字符串的区域设置。

lpstrSchema
已过时.

保留供将来使用。

MEMBER_ID_NIL
已过时.

memidConstructormemidDestructor 字段一起使用的常数。

memidConstructor
已过时.

构造函数的 ID,如果没有,则为 MEMBER_ID_NIL

memidDestructor
已过时.

析构函数的 ID,如果没有,则为 MEMBER_ID_NIL

tdescAlias
已过时.

如果 typekind == TKIND_ALIAS,则指定该类型(此类型为该类型的别名)。

typekind
已过时.

TYPEKIND 值描述此信息所描述的类型。

wMajorVerNum
已过时.

主版本号。

wMinorVerNum
已过时.

次版本号。

wTypeFlags
已过时.

描述此信息的 TYPEFLAGS 值。

适用于