ITypeInfo.GetRefTypeInfo(Int32, ITypeInfo) 方法

定义

检索被引用的类型说明(如果该类型说明引用其他类型说明)。Retrieves the referenced type descriptions if a type description references other type descriptions.

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

参数

hRef
Int32

要返回的被引用类型说明的句柄。A handle to the referenced type description to return.

ppTI
ITypeInfo

此方法返回时,包含被引用的类型说明。When this method returns, contains the referenced type description. 此参数未经初始化即被传递。This parameter is passed uninitialized.

注解

有关详细信息,请参阅 ITypeInfo:: GetRefTypeInfo 方法For more information, see ITypeInfo::GetRefTypeInfo method.

适用于