Base class for all supported message parts. A message part is a portion of a message which can be parsed into an object. Examples include emoticons, hyperlinks, chat room links, and file download links.
The MessageParttype exposes the following members.
Constructors
Name | Description | |
---|---|---|
MessagePart | Initializes a new instance of the MessagePart class. |
Properties
Name | Description | |
---|---|---|
DisplayText | Gets the display text. | |
RawText | Gets the raw text. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Objectis equal to the current MessagePart .(Overrides Object . . :: . . Equals(Object).) | |
Equals(MessagePart) | Determines whether the specified MessagePart is equal to the current MessagePart . | |
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type.(Overrides Object . . :: . . GetHashCode () () () () .) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current Object.(Overrides Object . . :: . . ToString () () () () .) |