MobileBroadbandUiccAppsResult
MobileBroadbandUiccAppsResult
MobileBroadbandUiccAppsResult
MobileBroadbandUiccAppsResult
Class
Definition
Reports results of a call to MobileBroadbandUicc.GetUiccAppsAsync.
public : sealed class MobileBroadbandUiccAppsResult : IMobileBroadbandUiccAppsResultpublic sealed class MobileBroadbandUiccAppsResult : IMobileBroadbandUiccAppsResultPublic NotInheritable Class MobileBroadbandUiccAppsResult Implements IMobileBroadbandUiccAppsResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Your code does not instantiate this class directly. Instead, use the instance returned by the MobileBroadbandUicc.GetUiccAppsAsync method.
Properties
Status Status Status Status
Gets the status of the completed MobileBroadbandUicc.GetUiccAppsAsync operation. If this value is not Success, then other properties may not be valid.
public : MobileBroadbandUiccAppOperationStatus Status { get; }public MobileBroadbandUiccAppOperationStatus Status { get; }Public ReadOnly Property Status As MobileBroadbandUiccAppOperationStatus// You can use this property in JavaScript.
- Value
- MobileBroadbandUiccAppOperationStatus MobileBroadbandUiccAppOperationStatus MobileBroadbandUiccAppOperationStatus MobileBroadbandUiccAppOperationStatus
The enumeration value that describes the status of the operation.
UiccApps UiccApps UiccApps UiccApps
A list of UICC applications retrieved using MobileBroadbandUicc.GetUiccAppsAsync. Note that this is only valid when Status is Success.
public : IVectorView<MobileBroadbandUiccApp> UiccApps { get; }public IReadOnlyList<MobileBroadbandUiccApp> UiccApps { get; }Public ReadOnly Property UiccApps As IReadOnlyList<MobileBroadbandUiccApp>// You can use this property in JavaScript.
- Value
- IVectorView<MobileBroadbandUiccApp> IReadOnlyList<MobileBroadbandUiccApp> IReadOnlyList<MobileBroadbandUiccApp> IReadOnlyList<MobileBroadbandUiccApp>
A list of the UICC applications.