ITypeLib.GetTypeInfo(UInt32, Type) Method

Definition

Retrieves the specified type description in the library.

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

Parameters

index
UInt32

Index of the ITypeInfo to be returned.

ppTInfo
Type

If successful, returns a pointer to the pointer to the ITypeInfo interface.

Applies to