TYPELIBATTR Estrutura

Definição

Atenção

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

Utilize TYPELIBATTR em substituição.

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
Herança
TYPELIBATTR
Atributos

Observações

Para informações adicionais sobre a TLIBATTR estrutura, consulte a Biblioteca MSDN.

Campos

Name Description
guid
Obsoleto.

Representa um ID de biblioteca globalmente único de uma biblioteca de tipos.

lcid
Obsoleto.

Representa um ID de localização de uma biblioteca de tipos.

syskind
Obsoleto.

Representa a plataforma de hardware alvo de uma biblioteca de tipos.

wLibFlags
Obsoleto.

Representa bandeiras da biblioteca.

wMajorVerNum
Obsoleto.

Representa o número de versão principal de uma biblioteca de tipos.

wMinorVerNum
Obsoleto.

Representa o número de versão menor de uma biblioteca de tipos.

Aplica-se a