UCOMITypeLib.GetTypeInfo(Int32, UCOMITypeInfo) Method

Definition

Retrieves the specified type description in the library.

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

Parameters

index
Int32

Index of the UCOMITypeInfo interface to return.

ppTI
UCOMITypeInfo

On successful return, a UCOMITypeInfo describing the type referenced by index.

Remarks

For additional information about ITypeLib::GetTypeInfo, see the MSDN Library.

Applies to