ESim.AvailableMemoryInBytes プロパティ

定義

SIM カードで使用可能なメモリをバイト単位で取得します。

注意

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

public:
 property IReference<int> ^ AvailableMemoryInBytes { IReference<int> ^ get(); };
IReference<int> AvailableMemoryInBytes();
public System.Nullable<int> AvailableMemoryInBytes { get; }
var iReference = eSim.availableMemoryInBytes;
Public ReadOnly Property AvailableMemoryInBytes As Nullable(Of Integer)

プロパティ値

SIM で使用可能なメモリは、バイト単位でカード。

Windows の要件

アプリの機能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用対象