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

タイプ ライブラリのマイナー バージョン番号。

適用対象