PosPrinter.FromIdAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为具有指定 DeviceInformation.Id 的服务点打印机创建 PosPrinter 对象。
public:
static IAsyncOperation<PosPrinter ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PosPrinter> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PosPrinter> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of PosPrinter)
参数
- deviceId
-
String
Platform::String
winrt::hstring
标识特定服务点打印机的 DeviceInformation.Id 。
返回
唯一设备标识符标识的服务点打印机。 在以下情况下返回 null 对象:
- 找不到特定打印机。
- 拒绝对现有打印机的访问。 用户可以拒绝访问设备,这不被视为异常。
- 属性
注解
应用包清单必须包含 PointofService 设备功能。 如果清单省略此功能,此方法将返回 null,并且不会生成异常。