ITypeLib.GetTypeInfo(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.
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