ESim.DeleteProfileAsync(String) 方法

定义

异步删除指定的 eSIM 配置文件。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要请求特殊批准才能 Microsoft.eSIMManagement_8wekyb3d8bbwe使用自定义功能。 有关详细信息,请参阅 自定义功能

public:
 virtual IAsyncOperation<ESimOperationResult ^> ^ DeleteProfileAsync(Platform::String ^ profileId) = DeleteProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ESimOperationResult> DeleteProfileAsync(winrt::hstring const& profileId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ESimOperationResult> DeleteProfileAsync(string profileId);
function deleteProfileAsync(profileId)
Public Function DeleteProfileAsync (profileId As String) As IAsyncOperation(Of ESimOperationResult)

参数

profileId
String

Platform::String

winrt::hstring

标识号 (要删除的 eSIM 配置文件的 ICCID) 。

返回

异步删除操作。 成功完成后,包含表示删除操作结果的 ESimOperationResult 对象。

属性

Windows 要求

应用功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

适用于