次の方法で共有


MobileBroadbandCellUmts.ProviderId プロパティ

定義

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

注意

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

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

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

プロパティ値

String

Platform::String

winrt::hstring

プロバイダー ID。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

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

適用対象