AppUriHandlerRegistration.GetAllHosts 方法

定义

检索所有主机的集,包括使用 SetAppAddedHostsAsync 以编程方式添加的主机,以及应用清单中静态注册的主机。

public:
 virtual IVector<AppUriHandlerHost ^> ^ GetAllHosts() = GetAllHosts;
IVector<AppUriHandlerHost> GetAllHosts();
public IList<AppUriHandlerHost> GetAllHosts();
function getAllHosts()
Public Function GetAllHosts () As IList(Of AppUriHandlerHost)

返回

所有主机的集。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

适用于