ChatMessage.FormattedMessageParts Property

Definition

Parses the chat message into MessagePart segments, and returns a collection of the parts found.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::MessagePart ^> ^ FormattedMessageParts { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::MessagePart ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.MessagePart> FormattedMessageParts { get; }
member this.FormattedMessageParts : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.MessagePart>
Public ReadOnly Property FormattedMessageParts As ReadOnlyCollection(Of MessagePart)

Property Value

The message parts.

Applies to