共用方式為


MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) 方法

定義

以非同步方式讀取 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)

參數

uiccFilePath

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

指定 UICC 應用程式路徑的字元序列。

recordIndex
Int32

int

UICC 應用程式記錄內的記錄索引。

傳回

非同步擷取作業。 成功完成時,傳回 MobileBroadbandUiccAppReadRecordResult 與作業的結果。

Windows 需求

應用程式功能
cellularDeviceControl cellularDeviceIdentity

適用於