Condividi tramite


SmsReceivedEventDetails.DeviceId Proprietà

Definizione

Restituisce l'ID DeviceInformation dell'interfaccia di rete che ha ricevuto il messaggio SMS. Questo ID può essere passato a SmsDevice.FromIdAsync per attivare il dispositivo e recuperare altri dettagli del messaggio.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa contenente l'ID DeviceInformation dell'interfaccia di rete SMS (dispositivo). Questo valore viene in genere usato per recuperare i dettagli, ad esempio il mittente e il corpo del messaggio. Ad esempio, è possibile usare l'ID per visualizzare un popup che indica all'utente che è arrivato un nuovo messaggio da una determinata persona. La combinazione di DeviceId e MessageIndex è sufficiente per recuperare il nuovo messaggio dal dispositivo SMS.

Attributi

Requisiti Windows

Funzionalità dell'app
cellularMessaging sms

Si applica a