ITypeLib.GetTypeInfo(Int32, ITypeInfo) 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.
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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.