DialDevicePickerFilter.SupportedAppNames Property
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.
Gets a list of DIAL apps supported by the remote devices. Defaults to an empty list (no filter). You can add one or more app names and filter the devices list to those that can launch one the supported apps.
public:
property IVector<Platform::String ^> ^ SupportedAppNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SupportedAppNames();
public IList<string> SupportedAppNames { get; }
var iVector = dialDevicePickerFilter.supportedAppNames;
Public ReadOnly Property SupportedAppNames As IList(Of String)
Property Value
The list of supported apps.