DialDevicePickerFilter.SupportedAppNames 属性

定义

获取远程设备支持的 DIAL 应用的列表。 默认为空列表, (无筛选器) 。 可以添加一个或多个应用名称,并将设备列表筛选为可以启动一个受支持应用的设备列表。

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)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

支持的应用列表。

适用于