ITypeLib.GetTypeInfo - метод
Retrieves the specified type description in the library.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub GetTypeInfo ( _
index As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
'Применение
Dim instance As ITypeLib
Dim index As UInteger
Dim ppTInfo As Type
instance.GetTypeInfo(index, ppTInfo)
void GetTypeInfo(
uint index,
out Type ppTInfo
)
void GetTypeInfo(
[InAttribute] unsigned int index,
[OutAttribute] Type^% ppTInfo
)
function GetTypeInfo(
index : uint,
ppTInfo : Type
)
Параметры
index
Тип: System.UInt32Index of the ITypeInfo to be returned.
ppTInfo
Тип: System.Type%If successful, returns a pointer to the pointer to the ITypeInfo interface.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.