次の方法で共有


MobileBroadbandCellLte.TrackingAreaCode プロパティ

定義

追跡エリア コードを取得します。

Note

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

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

public:
 property IReference<int> ^ TrackingAreaCode { IReference<int> ^ get(); };
IReference<int> TrackingAreaCode();
public System.Nullable<int> TrackingAreaCode { get; }
var iReference = mobileBroadbandCellLte.trackingAreaCode;
Public ReadOnly Property TrackingAreaCode As Nullable(Of Integer)

プロパティ値

追跡エリア コード。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

この値の範囲は 0 ~ 65535 です。は、不明な場合は null を返します。

適用対象