次の方法で共有


MobileBroadbandCellNR.CellId プロパティ

定義

セル ID を取得します。

Note

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

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

public:
 property IReference<long long> ^ CellId { IReference<long long> ^ get(); };
IReference<long> CellId();
public System.Nullable<long> CellId { get; }
var iReference = mobileBroadbandCellNR.cellId;
Public ReadOnly Property CellId As Nullable(Of Long)

プロパティ値

IReference<Int64>

Nullable<Int64>

Windows.Foundation.IReference<long long>

IReference<long>

セル ID の範囲 (0 から 68719476736)。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象