ESim.SlotIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取从 0 开始的槽索引 (eSim 所对应的槽号) 。 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
|