ITypeLib.GetTypeInfo(Int32, ITypeInfo) Yöntem

Tanım

Kitaplıkta belirtilen tür açıklamasını alır.

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)

Parametreler

index
Int32

Döndürülecek arabirimin ITypeInfo dizini.

ppTI
ITypeInfo

Bu yöntem döndürdüğünde, tarafından indexbaşvuruda bulunan türü açıklayan bir ITypeInfo içerir. Bu parametre, başlatmadan iletilir.

Açıklamalar

Daha fazla bilgi için bkz . ITypeLib::GetTypeInfo yöntemi.

Şunlara uygulanır