다음을 통해 공유


SmsDeviceMessageStore.MaxMessages 속성

정의

디바이스 저장소에 저장할 수 있는 최대 메시지 수를 나타냅니다. 클라이언트는 이 값을 사용하여 네트워크에서 새 메시지를 수신할 수 있는 충분한 공간을 디바이스 저장소에 유지하는 방법을 결정할 수 있습니다.

public:
 property unsigned int MaxMessages { unsigned int get(); };
/// [get: 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)]
uint32_t MaxMessages();
/// [get: 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")]
uint32_t MaxMessages();
public uint MaxMessages { [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))] get; }
public uint MaxMessages { [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")] get; }
var uInt32 = smsDeviceMessageStore.maxMessages;
Public ReadOnly Property MaxMessages As UInteger

속성 값

UInt32

unsigned int

uint32_t

디바이스 저장소의 최대 메시지 수를 나타내는 정수 값입니다.

특성

Windows 요구 사항

앱 기능
cellularMessaging sms

적용 대상