TypeLibVersionAttribute(Int32, Int32) Constructor

Definition

Initializes a new instance of the TypeLibVersionAttribute class with the major and minor version numbers of the type library.

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)

Parameters

major
Int32

The major version number of the type library.

minor
Int32

The minor version number of the type library.

Applies to