ESim.SlotIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 eSim 對應) 以 0 為基礎的位置索引 (位置編號。 ESim.SlotIndex符合對應MobileBroadbandSlotInfo物件的Index屬性。
注意
這項功能僅適用于行動電信業者提供特殊許可權存取權的電信業者應用程式和 UWP 應用程式。
如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則必須要求特殊核准,才能使用自訂功能 Microsoft.eSIMManagement_8wekyb3d8bbwe。 如需詳細資訊,請參閱 自訂功能。
public:
property IReference<int> ^ SlotIndex { IReference<int> ^ get(); };
IReference<int> SlotIndex();
public System.Nullable<int> SlotIndex { get; }
var iReference = eSim.slotIndex;
Public ReadOnly Property SlotIndex As Nullable(Of Integer)
屬性值
以 0 為基礎的插槽索引 (插槽編號,) eSim 對應,或 null
數據機不支援多重 SIM 卡函式。
Windows 需求
裝置系列 |
Windows 11 Insider Preview (已於 10.0.23504.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v15.0 引進)
|
應用程式功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|