DialDevice.GetDeviceSelector(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回要與 Windows.Devices.Enumeration API 搭配使用的 AQS 篩選字串, (例如指定 Dial 應用程式的 CreateWatcher API) 。
public:
static Platform::String ^ GetDeviceSelector(Platform::String ^ appName);
static winrt::hstring GetDeviceSelector(winrt::hstring const& appName);
public static string GetDeviceSelector(string appName);
function getDeviceSelector(appName)
Public Shared Function GetDeviceSelector (appName As String) As String
參數
- appName
-
String
Platform::String
winrt::hstring
應用程式的名稱。
傳回
AQS 篩選準則。