次の方法で共有


SmsReceivedEventDetails.DeviceId プロパティ

定義

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

プロパティ値

String

Platform::String

winrt::hstring

SMS ネットワーク インターフェイス (デバイス) の DeviceInformation ID を含む文字列。 通常、この値は、送信者やメッセージの本文などの詳細を取得するために使用されます。 たとえば、ID を使用して、特定のユーザーからの新しいメッセージが到着したことをユーザーに伝えるポップアップを表示できます。 DeviceId と MessageIndex の組み合わせは、SMS デバイスから新しいメッセージを取得するのに十分です。

属性

Windows の要件

アプリの機能
cellularMessaging sms

適用対象