ESim.DeleteProfileAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
|