次の方法で共有


MobileBroadbandSlotInfo.Index プロパティ

定義

0 から始まるスロット インデックスを取得します。 MobileBroadbandSlotInfo.Index は、対応する ESim オブジェクトの SlotIndex プロパティと一致します。

Note

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

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの 「制限付き 機能」セクション 参照してください。

public:
 property int Index { int get(); };
int Index();
public int Index { get; }
var int32 = mobileBroadbandSlotInfo.index;
Public ReadOnly Property Index As Integer

プロパティ値

Int32

int

0 から始まるスロット インデックス。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象