次の方法で共有


SmsDeviceMessageStore.DeleteMessageAsync(UInt32) メソッド

定義

指定した ID のメッセージを削除します。 デバイスがビジー状態になる可能性があるため、操作は非同期的に実行されます。 非同期操作オブジェクトは直ちにを返します。

public:
 virtual IAsyncAction ^ DeleteMessageAsync(unsigned int messageId) = DeleteMessageAsync;
/// [Windows.Foundation.Metadata.Deprecated("SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteMessageAsync(uint32_t const& messageId);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
IAsyncAction DeleteMessageAsync(uint32_t const& messageId);
[Windows.Foundation.Metadata.Deprecated("SmsDeviceMessageStore 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 IAsyncAction DeleteMessageAsync(uint messageId);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("SmsDeviceMessageStore may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
public IAsyncAction DeleteMessageAsync(uint messageId);
function deleteMessageAsync(messageId)
Public Function DeleteMessageAsync (messageId As UInteger) As IAsyncAction

パラメーター

messageId
UInt32

unsigned int

uint32_t

削除するメッセージの整数 ID。デバイス メッセージ ストアから取得した SmsTextMessage オブジェクトから以前に読み取られました。

戻り値

非同期操作の開始と追跡に使用される新しいメッセージ操作オブジェクト。

属性

Windows の要件

アプリの機能
cellularMessaging sms

適用対象