DialDevice.GetDeviceSelector(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an AQS filter string to be used with the Windows.Devices.Enumeration APIs (such as the CreateWatcher API) for a given Dial app.
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
Parameters
- appName
-
String
Platform::String
winrt::hstring
The name of the app.
Returns
The AQS filter.