PlatformAPI.IOTADesignerDeviceServices Methods
InheritedProtected
| AddDesignerDevice | public | Use AddDesignerDevice to add a design-time device that you previously created to the IDE. |
| AddDesignerDeviceNotifier | public | Use AddDesignerDeviceNotifier to register a notifier (IOTANotifier). |
| AddRef | public | Increments the reference count for this interface. |
| BeginDesignerDeviceListUpdate | public | Use BeginDesignerDeviceListUpdate to switch the "batch modification" mode on. |
| CancelDesignerDeviceListUpdate | public | Use CancelDesignerDeviceListUpdate to switch the "batch modification" mode off and discard any change. |
| ClearDesignerDeviceList | public | Use ClearDesignerDeviceList to clear the list of design-time devices. |
| CreateDesignerDevice | public | Use CreateDesignerDevice to create a design-time device with the specified design-time device ID. |
| DesignerDeviceExists | public | DesignerDeviceExists returns True if a design-time device with the specified ID exists; it returns False otherwise. |
| DesignerDeviceNameList | public | DesignerDeviceNameList returns an array with the IDs of existing design-time devices. |
| EndDesignerDeviceListUpdate | public | Use EndDesignerDeviceListUpdate to switch the "batch modification" mode off and save any changes to disk. |
| GetDesignerDefaultDevice | public | GetDesignerDefaultDevice returns the default design-time device. |
| GetDesignerDevice | public | GetDesignerDevice returns the design-time device with the specified design-time device ID. |
| GetLastOSFamilyVersion | public | |
| GetLastOSVersion | public | GetLastOSVersion returns the version of the specified platform that was used in the Form Designer the last time. |
| GetOSByFamily | public | |
| GetOSByPlatform | public | GetOSByPlatform returns an array of platform versions registered for the specified platform. |
| operator [] | public | |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| RemoveDesignerDevice | public | RemoveDesignerDevice removes the design-time device with the specified ID from the IDE. |
| RemoveDesignerDeviceNotifier | public | RemoveDesignerDeviceNotifier removes the notifier (IOTANotifier) with the specified index. |
| SetDesignerDefaultDevice | public | Use SetDesignerDefaultDevice to make the design-time device with the specified ID the default design-time device. |
| SetLastOSFamilyVersion | public | |
| SetLastOSVersion | public | Use SetLastOSVersion to define the version of the specified platform to be used in the Form Designer the next time. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| UpdateDesignerDevice | public | UpdateDesignerDevice updates the design-time device in the IDE that matches the ID of the specified design-time device with the data of the specified design-time device. |
| ValidateOSFamilyVersion | public | |
| ValidateOSVersion | public | ValidateOSVersion returns True if the specified platform supports the specified platform version in the IDE; it returns False otherwise. |