Freigeben über


MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) Methode

Definition

Liest asynchron einen UICC-Anwendungsdatensatz.

public:
 virtual IAsyncOperation<MobileBroadbandUiccAppReadRecordResult ^> ^ ReadRecordAsync(IIterable<unsigned int> ^ uiccFilePath, int recordIndex) = ReadRecordAsync;
IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(IIterable<uint32_t> const& uiccFilePath, int const& recordIndex);
public IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(IEnumerable<uint> uiccFilePath, int recordIndex);
function readRecordAsync(uiccFilePath, recordIndex)
Public Function ReadRecordAsync (uiccFilePath As IEnumerable(Of UInteger), recordIndex As Integer) As IAsyncOperation(Of MobileBroadbandUiccAppReadRecordResult)

Parameter

uiccFilePath

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

Eine Sequenz von Zeichen, die den Pfad zur UICC-Anwendung angeben.

recordIndex
Int32

int

Der Datensatzindex in den Datensätzen der UICC-Anwendung.

Gibt zurück

Ein asynchroner Abrufvorgang. Bei erfolgreicher Ausführung gibt ein MobileBroadbandUiccAppReadRecordResult mit dem Ergebnis des Vorgangs zurück.

Windows-Anforderungen

App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Gilt für: