MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Secara asinkron membaca catatan aplikasi UICC.
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
-
Windows.Foundation.Collections.IIterable
IIterable<uint32_t>
Urutan karakter yang menentukan jalur ke aplikasi UICC.
- recordIndex
-
Int32
int
Indeks rekaman dalam catatan aplikasi UICC.
Mengembalikan
Operasi pengambilan asinkron. Setelah berhasil diselesaikan, mengembalikan MobileBroadbandUiccAppReadRecordResult dengan hasil operasi.
Persyaratan Windows
Kemampuan aplikasi |
cellularDeviceControl
cellularDeviceIdentity
|