MemberInfo._MemberInfo.GetTypeInfoCount(UInt32) Método

Definição

Recupera o número de interfaces de informações de tipo que um objeto fornece (0 ou 1).

 virtual void System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_MemberInfo::GetTypeInfoCount;
void _MemberInfo.GetTypeInfoCount(out uint pcTInfo);
abstract member System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _MemberInfo.GetTypeInfoCount

Parâmetros

pcTInfo
UInt32

Aponta para um local que recebe o número de interfaces de informação de tipo fornecidas pelo objeto.

Implementações

Exceções

O método chama-se late-bound usando a interface COM IDispatch .

Observações

Este método serve para acesso a classes geridas a partir de código não gerido, e não deve ser chamado a partir de código gerido. Para mais informações, consulte IDispatch::GetTypeInfoCount.

Aplica-se a