UCOMITypeInfo.GetRefTypeInfo(Int32, UCOMITypeInfo) 메서드

정의

형식 설명이 다른 형식 설명을 참조하는 경우 참조된 형식 설명을 검색합니다.

public:
 void GetRefTypeInfo(int hRef, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeInfo ^ % ppTI);
public void GetRefTypeInfo(int hRef, out System.Runtime.InteropServices.UCOMITypeInfo ppTI);
abstract member GetRefTypeInfo : int * UCOMITypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As Integer, ByRef ppTI As UCOMITypeInfo)

매개 변수

hRef
Int32

반환할 참조된 형식 설명에 대한 핸들입니다.

ppTI
UCOMITypeInfo

반환이 성공적이면 참조된 형식 설명입니다.

설명

자세한 ITypeInfo::GetRefTypeInfo내용은 MSDN 라이브러리를 참조하세요.

적용 대상