MethodBuilder._MethodBuilder.GetTypeInfoCount(UInt32) Метод
Определение
Возвращает количество предоставляемых объектом интерфейсов для доступа к сведениям о типе (0 или 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1).
virtual void System.Runtime.InteropServices._MethodBuilder.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_MethodBuilder::GetTypeInfoCount;
void _MethodBuilder.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._MethodBuilder.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._MethodBuilder.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _MethodBuilder.GetTypeInfoCount
Параметры
- pcTInfo
- UInt32
Указатель, по которому записывается число предоставляемых объектом интерфейсов, предназначенных для получения сведений о типе.Points to a location that receives the number of type information interfaces provided by the 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:: жеттипеинфокаунт.For more information, see IDispatch::GetTypeInfoCount.