Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) Метод
Определение
Возвращает сведения о типе объекта, которые можно использовать для получения сведений о типе интерфейса.Retrieves the type information for an object, which can be used to get the type information for an interface.
virtual void System.Runtime.InteropServices._Attribute.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_Attribute::GetTypeInfo;
void _Attribute.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._Attribute.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._Attribute.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _Attribute.GetTypeInfo
Параметры
- iTInfo
- UInt32
Возвращаемые сведения о типе.The type information to return.
- lcid
- UInt32
Идентификатор языкового стандарта для сведений о типе.The locale identifier for the type information.
- ppTInfo
- IntPtr
Получает указатель на объект с запрошенными сведениями о типе.Receives a pointer to the requested type information object.
Реализации
Исключения
Доступ с поздним связыванием с помощью COM-интерфейса IDispatch
не поддерживается.Late-bound access using the COM IDispatch
interface is not supported.
Комментарии
Этот метод предназначен для доступа к управляемым классам из неуправляемого кода и не должен вызываться из управляемого кода.This method is for access to managed classes from unmanaged code, and should not be called from managed code. Дополнительные сведения см. в разделе IDispatch:: GetTypeInfo.For more information, see IDispatch::GetTypeInfo.