I know all windows runtime components should inherit from IInspectable interface. For dual interface IDispatch, is there equivalent part designed for windows runtime component?
IDispatch is not needed for developing windows runtime component. As you know, IInspectable is the base interface for all windows runtime component. IInspectable inherits from IUnknown interface.