Condividi tramite


DialDevicePickerFilter.SupportedAppNames Proprietà

Definizione

Ottiene un elenco di app DIAL supportate dai dispositivi remoti. Il valore predefinito è un elenco vuoto (nessun filtro). È possibile aggiungere uno o più nomi di app e filtrare l'elenco dei dispositivi a quelli che possono avviare una delle app supportate.

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)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Elenco di app supportate.

Si applica a