IMetaDataTables.from constructor
IMetaDataTables.from(
- IUnknown interface
Creates a new instance of IMetaDataTables from an existing interface.
This factory constructor calls the queryInterface method to obtain a reference to the IMetaDataTables interface.
Throws a WindowsException if the queryInterface call fails.
Implementation
@pragma('vm:prefer-inline')
factory IMetaDataTables.from(IUnknown interface) =>
interface.queryInterface();