PluginList.count Property¶
Module: PluginList
Type: int
Definition¶
Gets the number of elements contained in the list
int get count => getCount();
Exceptions
An error has occurred during Devices Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during Devices Library execution.
public int getCount() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_GetCount (ID3_DEVICES_PLUGIN_LIST hPluginList, int * count)
Returns