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

適用於