Compartilhar via


Construtor TypeLibVersionAttribute (Int32, Int32)

 

Publicado: agosto de 2016

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da classe TypeLibVersionAttribute com os números da versão primária e secundária da biblioteca de tipos.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public TypeLibVersionAttribute(
    int major,
    int minor
)
public:
TypeLibVersionAttribute(
    int major,
    int minor
)
new : 
        major:int *
        minor:int -> TypeLibVersionAttribute
Public Sub New (
    major As Integer,
    minor As Integer
)

Parâmetros

  • major
    Type: System.Int32

    O número de versão principal da biblioteca de tipos.

  • minor
    Type: System.Int32

    O número de versão secundária da biblioteca de tipos.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe TypeLibVersionAttribute
Namespace System.Runtime.InteropServices

Retornar ao início