ITypeLib.GetTypeInfoCount 方法

定义

返回类型库中的类型说明的数量。

public:
 int GetTypeInfoCount();
public int GetTypeInfoCount ();
abstract member GetTypeInfoCount : unit -> int
Public Function GetTypeInfoCount () As Integer

返回

类型库中的类型说明的数量。

注解

有关详细信息,请参阅 ITypeLib::GetTypeInfoCount 方法

适用于