ChatMessage.FormattedMessageParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.