Share via


MobileBroadbandCellTdscdma.ProviderId プロパティ

定義

MCC と MNC の連結文字列を取得します。

Note

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

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

public:
 property Platform::String ^ ProviderId { Platform::String ^ get(); };
winrt::hstring ProviderId();
public string ProviderId { get; }
var string = mobileBroadbandCellTdscdma.providerId;
Public ReadOnly Property ProviderId As String

プロパティ値

String

Platform::String

winrt::hstring

プロバイダー ID。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

不明な場合は null を返します。

適用対象