TypeLibVersionAttribute(Int32, Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用类型库的主版本号和次版本号初始化 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
类型库的次版本号。