ITypeInfo2.GetRefTypeOfImplType(Int32, Int32) 메서드

정의

형식 설명이 COM 클래스를 설명할 경우 구현된 인터페이스 형식에 대한 형식 설명을 검색합니다.

public:
 void GetRefTypeOfImplType(int index, [Runtime::InteropServices::Out] int % href);
public void GetRefTypeOfImplType (int index, out int href);
abstract member GetRefTypeOfImplType : int * int -> unit
Public Sub GetRefTypeOfImplType (index As Integer, ByRef href As Integer)

매개 변수

index
Int32

핸들이 반환되는 구현된 형식의 인덱스입니다.

href
Int32

이 메서드는 반환될 때 구현된 인터페이스의 핸들에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

설명

자세한 내용은 ITypeInfo::GetRefTypeOfImplType 메서드를 참조하세요.

적용 대상