IDispatchImplAttribute 생성자

정의

IDispatchImplAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

IDispatchImplAttribute(Int16)

지정된 IDispatchImplType 값을 사용하여 IDispatchImplAttribute 클래스의 새 인스턴스를 초기화합니다.

IDispatchImplAttribute(IDispatchImplType)

지정된 IDispatchImplType 값을 사용하여 IDispatchImplAttribute 클래스의 새 인스턴스를 초기화합니다.

IDispatchImplAttribute(Int16)

Source:
IDispatchImplAttribute.cs

지정된 IDispatchImplType 값을 사용하여 IDispatchImplAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 IDispatchImplAttribute(short implType);
public IDispatchImplAttribute (short implType);
new System.Runtime.InteropServices.IDispatchImplAttribute : int16 -> System.Runtime.InteropServices.IDispatchImplAttribute
Public Sub New (implType As Short)

매개 변수

implType
Int16

사용할 IDispatchImplType 열거형을 나타냅니다.

설명

이 생성자는 기본 16 비트 부호 있는 정수로 각각 나타내는 IDispatchImplType 열거형 멤버입니다. typeref 생성 되지 않도록 하려면이 생성자를 사용 하는 형식 라이브러리 가져오기 (TlbImp.exe)를 IDispatchImplType 하는 값 value 나타내는 하 고 서명을 해당 토큰을 사용 하 여 빌드합니다.

적용 대상

IDispatchImplAttribute(IDispatchImplType)

Source:
IDispatchImplAttribute.cs

지정된 IDispatchImplType 값을 사용하여 IDispatchImplAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 IDispatchImplAttribute(System::Runtime::InteropServices::IDispatchImplType implType);
public IDispatchImplAttribute (System.Runtime.InteropServices.IDispatchImplType implType);
new System.Runtime.InteropServices.IDispatchImplAttribute : System.Runtime.InteropServices.IDispatchImplType -> System.Runtime.InteropServices.IDispatchImplAttribute
Public Sub New (implType As IDispatchImplType)

매개 변수

implType
IDispatchImplType

사용할 IDispatchImplType 열거형을 나타냅니다.

설명

오류 발생 우려가 적은 읽을 수 있는 코드의 경우 항상이 생성자를 사용 합니다.

적용 대상