Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

claimedlinedisplay_fromidasync_1322863552.md

File metadata and controls

29 lines (20 loc) · 1.01 KB
-api-id -api-type
M:Windows.Devices.PointOfService.ClaimedLineDisplay.FromIdAsync(System.String)
winrt method

Windows.Devices.PointOfService.ClaimedLineDisplay.FromIdAsync

-description

Creates a LineDisplay object from the DeviceInformation.Id.

-parameters

-param deviceId

The DeviceInformation.Id that identifies a specific line display, which can be retrieved from the DeviceId property.

-returns

The line display specified by the unique device identifier. Returns a null object in the following cases:

  • The specific device is not found.
  • Access denied to the existing device. The user can deny access to a device, which is not treated as an exception.

-remarks

-see-also

-examples