TypeLibVersionAttribute(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci TypeLibVersionAttribute třídy s čísly hlavní a podverze knihovny typů.

public:
 TypeLibVersionAttribute(int major, int minor);
public TypeLibVersionAttribute (int major, int minor);
new System.Runtime.InteropServices.TypeLibVersionAttribute : int * int -> System.Runtime.InteropServices.TypeLibVersionAttribute
Public Sub New (major As Integer, minor As Integer)

Parametry

major
Int32

Číslo hlavní verze knihovny typů.

minor
Int32

Číslo podverze knihovny typů.

Platí pro