Freigeben über


SmsDevice.FromIdAsync(String) Methode

Definition

Erstellt eine instance von SmsDevice für das Gerät, das die SMS-Nachricht empfangen hat.

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)

Parameter

deviceId
String

Platform::String

winrt::hstring

Eine Zeichenfolgendarstellung der DeviceInformation-ID des SMS-Geräts, das die SMS-Nachricht empfangen hat.

Gibt zurück

Das SMS-Gerätevorgangsobjekt.

Attribute

Windows-Anforderungen

App-Funktionen
cellularMessaging sms

Hinweise

Die SmsReceivedEventDetails-Schnittstelle verarbeitet die Details einer empfangenen Nachricht. Sie können die DeviceInformation-ID von dieser Schnittstelle an diese Methode übergeben, um das Gerät zu aktivieren und zusätzliche Nachrichtendetails wie den Absender und den Nachrichtentext abzurufen. Da das Gerät möglicherweise ausgelastet ist, wird der Vorgang asynchron ausgeführt. Das asynchrone Vorgangsobjekt wird sofort zurückgegeben.

Gilt für: