次の方法で共有


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 で導入)

適用対象