TypeLibVersionAttribute(Int32, Int32) Konstruktor

Definicja

Inicjuje TypeLibVersionAttribute nowe wystąpienie klasy z numerami wersji głównych i pomocniczych biblioteki typów.

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

Numer wersji głównej biblioteki typów.

minor
Int32

Numer wersji pomocniczej biblioteki typów.

Dotyczy