MobileBroadbandPinLockStateChange クラス

定義

PIN ロック状態変更通知の詳細が含まれます。

注意

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

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

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

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

システムは、このクラスのインスタンスを作成します。 コードでは、 MobileBroadbandPinLockStateChangeTriggerDetails.PinLockStateChanges プロパティを取得することで、特定の通知の詳細を取得できます。

プロパティ

DeviceId

PIN ロック状態の変更に関連付けられているデバイス識別子を取得します。

PinLockState

PIN ロック状態の変更後の新しい PIN ロック状態を表す値を取得します。

PinType

PIN ロック状態の変更に関連する PIN の種類を表す値を取得します。

適用対象