ITypeLib.GetTypeInfo(UInt32, Type) Method

Definition

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
ppTInfo
Type

Applies to