TYPELIBATTR 结构

定义

注意

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

请改用 TYPELIBATTR

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

注解

有关 结构的其他信息 TLIBATTR ,请参阅 MSDN 库。

字段

guid
已过时.

表示类型库的全局唯一库 ID。

lcid
已过时.

表示类型库的区域设置 ID。

syskind
已过时.

表示类型库的目标硬件平台。

wLibFlags
已过时.

表示库标志。

wMajorVerNum
已过时.

表示类型库的主版本号。

wMinorVerNum
已过时.

表示类型库的次版本号。

适用于