ITypeLib2.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
An 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.
Implements
Remarks
For more information, see ITypeLib::GetTypeInfo method.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา