次の方法で共有


MobileBroadbandCurrentSlotIndexChangedEventArgs クラス

定義

現在のスロット インデックスが変更されたときに発生するイベント。

注意

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

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

public ref class MobileBroadbandCurrentSlotIndexChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandCurrentSlotIndexChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandCurrentSlotIndexChangedEventArgs
Public NotInheritable Class MobileBroadbandCurrentSlotIndexChangedEventArgs
継承
Object Platform::Object IInspectable MobileBroadbandCurrentSlotIndexChangedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v12.0 で導入)
アプリの機能
cellularDeviceControl cellularDeviceIdentity

プロパティ

CurrentSlotIndex

0 から始まる現在のスロット インデックスを取得します。

注意

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

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

適用対象