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

형식 라이브러리의 부 버전 번호입니다.

적용 대상