UCOMITypeInfo.GetRefTypeInfo(Int32, UCOMITypeInfo) Method

Definition

If a type description references other type descriptions, it retrieves the referenced type descriptions.

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)

Parameters

hRef
Int32

Handle to the referenced type description to return.

ppTI
UCOMITypeInfo

On successful return, the referenced type description.

Remarks

For additional information about ITypeInfo::GetRefTypeInfo, see the MSDN Library.

Applies to