IppPrintDevice.GetDeviceSelector 方法

定义

检索高级查询语法 (AQS) 字符串,用于标识 Internet 打印协议 (IPP) 设备。 可以将该字符串传递给 DeviceInformation.FindAllAsync 以查找设备。

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

返回

String

Platform::String

winrt::hstring

格式化为 AQS 查询的字符串。

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

适用于