ITypeLib.GetTypeInfoCount メソッド

定義

タイプ ライブラリにある型の説明の数を返します。

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

戻り値

Int32

タイプ ライブラリにある型の説明の数。

注釈

詳細については、 ITypeLib::GetTypeInfoCount メソッドを参照してください。

適用対象