共用方式為


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 引進)

適用於