ChatMessage.RecipientSendStatuses Свойство

Определение

Возвращает список состояний отправки для сообщения.

public:
 property IMapView<Platform::String ^, ChatMessageStatus> ^ RecipientSendStatuses { IMapView<Platform::String ^, ChatMessageStatus> ^ get(); };
IMapView<winrt::hstring, ChatMessageStatus> RecipientSendStatuses();
public IReadOnlyDictionary<string,ChatMessageStatus> RecipientSendStatuses { get; }
var iMapView = chatMessage.recipientSendStatuses;
Public ReadOnly Property RecipientSendStatuses As IReadOnlyDictionary(Of String, ChatMessageStatus)

Значение свойства

Получатель отправляет состояния.

Требования к Windows

Требования Описание
Возможности приложения
chat chatSystem smsSend

Применяется к