次の方法で共有


ESimProfileMetadata.ConfirmInstallAsync メソッド

定義

オーバーロード

ConfirmInstallAsync()

非同期 (進行状況あり) に eSIM プロファイルをダウンロードしてインストールします。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

ConfirmInstallAsync(String)

(進行状況を伴う) 非同期的にダウンロードし、確認コードが提供された eSIM プロファイルをインストールします。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

ConfirmInstallAsync()

非同期 (進行状況あり) に eSIM プロファイルをダウンロードしてインストールします。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

public:
 virtual IAsyncOperationWithProgress<ESimOperationResult ^, ESimProfileInstallProgress> ^ ConfirmInstallAsync() = ConfirmInstallAsync;
/// [Windows.Foundation.Metadata.Overload("ConfirmInstallAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<ESimOperationResult, ESimProfileInstallProgress> ConfirmInstallAsync();
[Windows.Foundation.Metadata.Overload("ConfirmInstallAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ESimOperationResult,ESimProfileInstallProgress> ConfirmInstallAsync();
function confirmInstallAsync()
Public Function ConfirmInstallAsync () As IAsyncOperationWithProgress(Of ESimOperationResult, ESimProfileInstallProgress)

戻り値

属性

Windows の要件

アプリの機能
Microsoft.eSIMManagement_8wekyb3d8bbwe

注釈

進行状況を伴う非同期のダウンロードとインストール操作。 正常に完了すると、ダウンロードおよびインストール操作の結果を表す ESimProfileInstallProgress オブジェクトが含まれます。

適用対象

ConfirmInstallAsync(String)

(進行状況を伴う) 非同期的にダウンロードし、確認コードが提供された eSIM プロファイルをインストールします。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

public:
 virtual IAsyncOperationWithProgress<ESimOperationResult ^, ESimProfileInstallProgress> ^ ConfirmInstallAsync(Platform::String ^ confirmationCode) = ConfirmInstallAsync;
/// [Windows.Foundation.Metadata.Overload("ConfirmInstallWithConfirmationCodeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<ESimOperationResult, ESimProfileInstallProgress> ConfirmInstallAsync(winrt::hstring const& confirmationCode);
[Windows.Foundation.Metadata.Overload("ConfirmInstallWithConfirmationCodeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ESimOperationResult,ESimProfileInstallProgress> ConfirmInstallAsync(string confirmationCode);
function confirmInstallAsync(confirmationCode)
Public Function ConfirmInstallAsync (confirmationCode As String) As IAsyncOperationWithProgress(Of ESimOperationResult, ESimProfileInstallProgress)

パラメーター

confirmationCode
String

Platform::String

winrt::hstring

ダウンロードおよびインストールされている eSIM プロファイルの確認コード。

戻り値

進行状況を伴う非同期のダウンロードとインストール操作。 正常に完了すると、ダウンロードおよびインストール操作の結果を表す ESimProfileInstallProgress オブジェクトが含まれます。

属性

Windows の要件

アプリの機能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用対象