次の方法で共有


MobileBroadbandNetwork.RegistrationNetworkError プロパティ

定義

最新のネットワーク登録エラーを取得します。

注意

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

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

public:
 property unsigned int RegistrationNetworkError { unsigned int get(); };
uint32_t RegistrationNetworkError();
public uint RegistrationNetworkError { get; }
var uInt32 = mobileBroadbandNetwork.registrationNetworkError;
Public ReadOnly Property RegistrationNetworkError As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

最新のネットワーク登録エラー。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象