ITypeLib2.GetTypeInfoCount Método
Definição
Retorna o número de descrições de tipo na biblioteca de tipos.Returns the number of type descriptions in the type library.
public:
int GetTypeInfoCount();
public int GetTypeInfoCount ();
abstract member GetTypeInfoCount : unit -> int
Public Function GetTypeInfoCount () As Integer
Retornos
O número de descrições de tipo na biblioteca de tipos.The number of type descriptions in the type library.
Implementações
Comentários
Para obter mais informações, consulte método ITypeLib:: GetTypeInfoCount.For more information, see ITypeLib::GetTypeInfoCount method.