CustomAttributeBuilder._CustomAttributeBuilder.GetTypeInfoCount(UInt32) Método
Definição
Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1).
virtual void System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_CustomAttributeBuilder::GetTypeInfoCount;
void _CustomAttributeBuilder.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _CustomAttributeBuilder.GetTypeInfoCount
Parâmetros
- pcTInfo
- UInt32
Aponta para um local que recebe o número de interfaces de informações de tipo fornecido pelo objeto.Points to a location that receives the number of type information interfaces provided by the object.
Implementações
Exceções
O método é chamado de associação tardia usando a interface IDispatch do COM.The method is called late-bound using the COM IDispatch interface.
Comentários
Este método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado em código gerenciado.This method is for access to managed classes from unmanaged code, and should not be called from managed code. Para obter mais informações, consulte IDispatch:: GetTypeInfoCount.For more information, see IDispatch::GetTypeInfoCount.