MessagePartPlainText Class
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.
A portion of a message which represents a simple, plain-text string.
public ref class MessagePartPlainText sealed : Microsoft::Rtc::Collaboration::PersistentChat::MessagePart
public sealed class MessagePartPlainText : Microsoft.Rtc.Collaboration.PersistentChat.MessagePart
type MessagePartPlainText = class
inherit MessagePart
Public NotInheritable Class MessagePartPlainText
Inherits MessagePart
- Inheritance
Properties
| Name | Description |
|---|---|
| DisplayText |
Gets the display text. (Inherited from MessagePart) |
| RawText |
Gets the raw text. (Inherited from MessagePart) |
Methods
| Name | Description |
|---|---|
| Equals(MessagePart) |
Returns true if the given MessagePart is equal to this (Inherited from MessagePart) |
| Equals(MessagePartPlainText) |
Returns true if the given MessagePartPlainText is equal to this |
| Equals(Object) |
Returns true if the given object is equal to this |
| GetHashCode() |
Returns a hash code for this object |
| ToString() |
Returns a String that represents the current Object. (Inherited from MessagePart) |