ITypeInfo.GetRefTypeInfo(UInt32, Type) Method

Definition

Retrieves the type descriptions referenced by a specified type description.

public:
 void GetRefTypeInfo(System::UInt32 hreftype, [Runtime::InteropServices::Out] Type ^ % ppTInfo);
public:
 void GetRefTypeInfo(System::UInt32 hRefType, [Runtime::InteropServices::Out] Type ^ % ppTInfo);
public void GetRefTypeInfo (uint hreftype, out Type ppTInfo);
public void GetRefTypeInfo (uint hRefType, out Type ppTInfo);
abstract member GetRefTypeInfo : uint32 * Type -> unit
abstract member GetRefTypeInfo : uint32 * Type -> unit
Public Sub GetRefTypeInfo (hreftype As UInteger, ByRef ppTInfo As Type)
Public Sub GetRefTypeInfo (hRefType As UInteger, ByRef ppTInfo As Type)

Parameters

hreftypehRefType
UInt32

Handle to the referenced type description to be returned.

ppTInfo
Type

Reference type description.

Applies to