Freigeben über


MobileBroadbandUiccApp Klasse

Definition

Stellt eine UICC-Anwendung (SIM Karte) dar.

public ref class MobileBroadbandUiccApp sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandUiccApp final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandUiccApp
Public NotInheritable Class MobileBroadbandUiccApp
Vererbung
Object Platform::Object IInspectable MobileBroadbandUiccApp
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Hinweise

Ihr Code instanziieren diese Klasse nicht direkt. Um Instanzen dieser Klasse abzurufen, rufen Sie zuerst die MobileBroadbandUicc.GetUiccAppsAsync-Methode auf. Rufen Sie dann aus dem von dieser Methode zurückgegebenen MobileBroadbandUiccAppsResult-instance Instanzen dieser Klasse aus der Liste in der MobileBroadbandUiccAppsResult.UiccApps-Eigenschaft ab.

Eigenschaften

Id

Ruft die ID dieser UICC-Anwendung ab.

Kind

Ruft ab, welche Art von UICC-Anwendung diese instance darstellt.

Methoden

GetRecordDetailsAsync(IIterable<UInt32>)

Ruft asynchron Details zu einer UICC-Anwendung ab.

ReadRecordAsync(IIterable<UInt32>, Int32)

Liest asynchron einen UICC-Anwendungsdatensatz.

Gilt für: