Share via


DualSimTile.CreateAsync Method

Definition

Creates a new 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> ^ CreateAsync() = CreateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> CreateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> CreateAsync();
function createAsync()
Public Function CreateAsync () As IAsyncOperation(Of Boolean)

Returns

When this async operation completes a boolean is returned.

Attributes

Windows requirements

App capabilities
dualSimTiles

Applies to