次の方法で共有


MobileBroadbandDeviceServiceTriggerDetails.DeviceServiceId プロパティ

定義

デバイス サービス トリガー イベントのデバイス サービス識別子を取得します。

注意

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

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

public:
 property Platform::Guid DeviceServiceId { Platform::Guid get(); };
winrt::guid DeviceServiceId();
public Guid DeviceServiceId { get; }
var guid = mobileBroadbandDeviceServiceTriggerDetails.deviceServiceId;
Public ReadOnly Property DeviceServiceId As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

トリガー イベントの一意のデバイス サービス識別子。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象