Freigeben über


ISmsDevice.DeviceStatus Eigenschaft

Definition

Gibt die status des SMS-Geräts zurück, die angibt, ob das Gerät bereit ist oder nicht. Außerdem wird beschrieben, welche Art von Problem vorliegt, wenn das Gerät nicht bereit ist.

public:
 property SmsDeviceStatus DeviceStatus { SmsDeviceStatus get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
SmsDeviceStatus DeviceStatus();
/// [get: Windows.Foundation.Metadata.Deprecated("SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
SmsDeviceStatus DeviceStatus();
public SmsDeviceStatus DeviceStatus { [Windows.Foundation.Metadata.Deprecated("SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))] get; }
public SmsDeviceStatus DeviceStatus { [Windows.Foundation.Metadata.Deprecated("SmsDevice may be altered or unavailable for releases after Windows 10. Instead, use SmsDevice2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")] get; }
var smsDeviceStatus = iSmsDevice.deviceStatus;
Public ReadOnly Property DeviceStatus As SmsDeviceStatus

Eigenschaftswert

Ein aufgezählter Wert, der die Bereitschaft eines SMS-Geräts angibt, den Datenverkehr im Mobilfunknetz zu nutzen.

Attribute

Windows-Anforderungen

App-Funktionen
cellularMessaging sms

Gilt für: