TypeLibVersionAttribute(Int32, Int32) 构造函数

定义

使用类型库的主版本号和次版本号初始化 TypeLibVersionAttribute 类的新实例。

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)

参数

major
Int32

类型库的主版本号。

minor
Int32

类型库的次版本号。

适用于