SmsReceivedEventDetails.DeviceId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SMS メッセージを受信したネットワーク インターフェイスの DeviceInformation ID を返します。 この ID を SmsDevice.FromIdAsync に渡して、デバイスをアクティブ化し、追加のメッセージの詳細を取得できます。
public:
property Platform::String ^ DeviceId { Platform::String ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SmsReceivedEventDetails may be altered or unavailable for releases after Windows 10. Instead, use SmsMessageReceivedTriggerDetails.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
winrt::hstring DeviceId();
/// [get: Windows.Foundation.Metadata.Deprecated("SmsReceivedEventDetails may be altered or unavailable for releases after Windows 10. Instead, use SmsMessageReceivedTriggerDetails.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
winrt::hstring DeviceId();
public string DeviceId { [Windows.Foundation.Metadata.Deprecated("SmsReceivedEventDetails may be altered or unavailable for releases after Windows 10. Instead, use SmsMessageReceivedTriggerDetails.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))] get; }
public string DeviceId { [Windows.Foundation.Metadata.Deprecated("SmsReceivedEventDetails may be altered or unavailable for releases after Windows 10. Instead, use SmsMessageReceivedTriggerDetails.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")] get; }
var string = smsReceivedEventDetails.deviceId;
Public ReadOnly Property DeviceId As String
プロパティ値
SMS ネットワーク インターフェイス (デバイス) の DeviceInformation ID を含む文字列。 通常、この値は、送信者やメッセージの本文などの詳細を取得するために使用されます。 たとえば、ID を使用して、特定のユーザーからの新しいメッセージが到着したことをユーザーに伝えるポップアップを表示できます。 DeviceId と MessageIndex の組み合わせは、SMS デバイスから新しいメッセージを取得するのに十分です。
- 属性
Windows の要件
アプリの機能 |
cellularMessaging
sms
|