MobileBroadbandUicc.GetUiccAppsAsync 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.
Asynchronously retrieves a list of mobile broadband UICC (SIM card) applications.
public:
virtual IAsyncOperation<MobileBroadbandUiccAppsResult ^> ^ GetUiccAppsAsync() = GetUiccAppsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandUiccAppsResult> GetUiccAppsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandUiccAppsResult> GetUiccAppsAsync();
function getUiccAppsAsync()
Public Function GetUiccAppsAsync () As IAsyncOperation(Of MobileBroadbandUiccAppsResult)
Returns
An asynchronous retrieval operation. On successful completion, returns an object with the results of the retrieval operation.
- Attributes
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|