ITypeLib.GetTypeInfo(Int32, ITypeInfo) Method

Definition

Retrieves the specified type description in the library.

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

Parameters

index
Int32

The index of the ITypeInfo interface to return.

ppTI
ITypeInfo

When this method returns, contains an ITypeInfo describing the type referenced by index. This parameter is passed uninitialized.

Remarks

For more information, see ITypeLib::GetTypeInfo method.

Applies to