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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.