Compartir a través de


SmsDevice.FromIdAsync(String) Método

Definición

Crea una instancia de SmsDevice para el dispositivo que recibió el mensaje SMS.

public:
 static IAsyncOperation<SmsDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.Deprecated("ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SmsDevice> FromIdAsync(winrt::hstring const& deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
 static IAsyncOperation<SmsDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.Deprecated("ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmsDevice> FromIdAsync(string deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("ISmsDeviceStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
public static IAsyncOperation<SmsDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of SmsDevice)

Parámetros

deviceId
String

Platform::String

winrt::hstring

Representación de cadena del identificador DeviceInformation del dispositivo SMS que recibió el mensaje SMS.

Devoluciones

Objeto de operación del dispositivo SMS.

Atributos

Requisitos de Windows

Características de aplicaciones
cellularMessaging sms

Comentarios

La interfaz SmsReceivedEventDetails controla los detalles de un mensaje recibido; Puedes pasar el id. deviceInformation de esa interfaz a este método para activar el dispositivo y recuperar detalles adicionales del mensaje, como el remitente y el cuerpo del mensaje. Dado que el dispositivo puede estar ocupado, la operación se ejecuta de forma asincrónica. El objeto de operación asincrónica devuelve inmediatamente.

Se aplica a