DualSimTile.UpdateDisplayNameForSim1Async(String) 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 the primary tile display name.
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:
static IAsyncOperation<bool> ^ UpdateDisplayNameForSim1Async(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> UpdateDisplayNameForSim1Async(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> UpdateDisplayNameForSim1Async(string name);
function updateDisplayNameForSim1Async(name)
Public Shared Function UpdateDisplayNameForSim1Async (name As String) As IAsyncOperation(Of Boolean)
Parameters
- name
-
String
Platform::String
winrt::hstring
The display name.
Returns
When this async operation completes a boolean is returned.
- Attributes
Windows requirements
App capabilities |
dualSimTiles
|