Share via


DualSimTile.DeleteAsync Method

Definition

Deletes a dual SIM app list entry.

Important

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.

public:
 virtual IAsyncOperation<bool> ^ DeleteAsync() = DeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> DeleteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> DeleteAsync();
function deleteAsync()
Public Function DeleteAsync () As IAsyncOperation(Of Boolean)

Returns

When this async operation completes a boolean is returned.

Attributes

Windows requirements

App capabilities
dualSimTiles

Applies to