다음을 통해 공유


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

디바이스 메시지 저장소에서 가져온 SmsTextMessage 개체에서 이전에 읽은 삭제할 메시지의 정수 ID입니다.

반환

비동기 작업을 시작하고 추적하는 데 사용되는 새 메시지 작업 개체입니다.

특성

Windows 요구 사항

앱 기능
cellularMessaging sms

적용 대상