TYPELIBATTR Estructura
Definición
Identifica una biblioteca de tipos concreta y proporciona compatibilidad de localización para los nombres de miembro.Identifies a particular type library and provides localization support for member names.
public value class TYPELIBATTR
public struct TYPELIBATTR
[System.Serializable]
public struct TYPELIBATTR
type TYPELIBATTR = struct
[<System.Serializable>]
type TYPELIBATTR = struct
Public Structure TYPELIBATTR
- Herencia
- Atributos
Comentarios
Para obtener más información, consulte estructura TLIBATTR.For more information, see TLIBATTR structure.
El Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un valor HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Campos
guid |
Representa un identificador de biblioteca único global de una biblioteca de tipos.Represents a globally unique library ID of a type library. |
lcid |
Representa un identificador local de una biblioteca de tipos.Represents a locale ID of a type library. |
syskind |
Representa la plataforma de hardware de destino de una biblioteca de tipos.Represents the target hardware platform of a type library. |
wLibFlags |
Representa marcadores de biblioteca.Represents library flags. |
wMajorVerNum |
Representa el número de la versión principal de la biblioteca de tipos.Represents the major version number of a type library. |
wMinorVerNum |
Representa el número de la versión secundaria de la biblioteca de tipos.Represents the minor version number of a type library. |