다음을 통해 공유


ISmsDevice.MessageStore 속성

정의

디바이스 내 메시지 저장소에 액세스합니다. 저장소는 클라이언트가 메시지를 검색할 수 있게 될 때까지 메시지를 보관합니다. 예를 들어 일부 디바이스에서 저장소는 SMS 메시지의 SIM 스토리지에 해당할 수 있습니다.

public:
 property SmsDeviceMessageStore ^ MessageStore { SmsDeviceMessageStore ^ 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)]
SmsDeviceMessageStore MessageStore();
/// [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")]
SmsDeviceMessageStore MessageStore();
public SmsDeviceMessageStore MessageStore { [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 SmsDeviceMessageStore MessageStore { [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 smsDeviceMessageStore = iSmsDevice.messageStore;
Public ReadOnly Property MessageStore As SmsDeviceMessageStore

속성 값

SmsMessageStore 개체에 대한 참조입니다.

특성

Windows 요구 사항

앱 기능
cellularMessaging sms

적용 대상