SmsReceivedEventDetails.DeviceId Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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
|