次の方法で共有


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

適用対象