DualSimTile.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates 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> ^ UpdateAsync() = UpdateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> UpdateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> UpdateAsync();
function updateAsync()
Public Function UpdateAsync () As IAsyncOperation(Of Boolean)
Returns
When this async operation completes a boolean is returned.
- Attributes
Windows requirements
App capabilities |
dualSimTiles
|