Share via


DialDevicePickerFilter.SupportedAppNames Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of supported apps.

Applies to