ITypeInfo.GetRefTypeInfo(UInt32, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.