UCOMITypeInfo.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, MSDN Library를 참조 합니다.

적용 대상