UCOMITypeLib.GetTypeInfo(Int32, UCOMITypeInfo) 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::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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.