CCmdTarget::GetTypeInfoCount
擷取物件的型別資訊介面數目。
virtual UINT GetTypeInfoCount( );
傳回值
型別資訊介面數目。
備註
此成員函式基本上實作 IDispatch::GetTypeInfoCount。
衍生類別應該覆寫這個函式會傳回提供的型別資訊介面數目 (0 或 1)。 如果未覆寫, GetTypeInfoCount 會傳回 0。 若要覆寫時,請使用 IMPLEMENT_OLETYPELIB 巨集,也會實作 GetTypeLib 和 GetTypeLibCache。
需求
Header: afxwin.h