TYPELIBATTR 结构

定义

注意

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

注意

现已弃用此 API。

请改用 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.Serializable]
[System.Obsolete]
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
[<System.Serializable>]
[<System.Obsolete>]
type TYPELIBATTR = struct
Public Structure TYPELIBATTR
继承
TYPELIBATTR
属性

注解

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

字段

guid

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

lcid

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

syskind

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

wLibFlags

表示库标志。

wMajorVerNum

表示类型库的主版本号。

wMinorVerNum

表示类型库的次版本号。

适用于