PlatformAPI.IOTADesignerDevice190 Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
Assign | public | Assign updates the information of a design-time device using the information of another design-time device. |
GenerateThumbnail | public | GenerateThumbnail uses the artwork of a design-time device to generate a thumbnail for that design-time device. |
GetActive | public | GetActive returns True if the design-time device is the default design-time device; it returns False otherwise. |
GetDeviceLayout | public | GetDeviceLayout returns the layout of a design-time device for the specified orientation. |
GetDevicePlatform (deprecated) | public | GetDevicePlatform returns the platform that a design-time device runs on. |
GetDisplayName | public | GetDisplayName returns the display name of a design-time device. |
GetFormFactor | public | GetFormFactor returns the form factor of a design-time device. |
GetHide | public | GetHide returns True if the view associated with the device is not listed on the View Selector; it returns False otherwise. |
GetInternalName | public | GetInternalName returns the ID of a design-time device. |
GetListOrder (deprecated) | public | GetListOrder returns the position of a design-time device in the list of all design-time devices. |
GetThumbnail (deprecated) | public | GetThumbnail returns the path of the thumbnail that represents a design-time device. |
GetUserData | public | GetUserData returns True if the design-time device can be edited by a user; it returns False otherwise. |
LoadThumbnail (deprecated) | 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. |
SetActive | public | Use SetActive to make a design-time device the default design-time device (True ) or make it stop being the default design-time device (False ). |
SetDeviceLayout | public | Use SetDeviceLayout to define the layout of a design-time device for the specified orientation. |
SetDevicePlatform (deprecated) | public | Use SetDevicePlatform to define the platform that a design-time device runs on. |
SetDisplayName | public | Use SetDisplayName to define the display name of a device. |
SetFormFactor | public | Use SetFormFactor to define the form factor of a design-time device. |
SetHide | public | Use SetHide to define whether a device is listed on the View Selector (True ) or not (False ). |
SetListOrder (deprecated) | public | Use SetListOrder to define the position of a design-time device in the list of all design-time devices. |
SetThumbnail (deprecated) | public | Use SetThumbnail to define the path of the thumbnail that represents a design-time device. |
SetUserData | public | Use SetUserData to define whether a design-time device can be edited by a user (True ) or not (False ). |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |
UpdateThumbnail | public | UpdateThumbnail saves the specified bitmap into the path of the thumbnail of a design-time device. |