MessagePartEmoticon Class

Definition

A portion of a message which represents an emoticon

public ref class MessagePartEmoticon sealed : Microsoft::Rtc::Collaboration::PersistentChat::MessagePart
public sealed class MessagePartEmoticon : Microsoft.Rtc.Collaboration.PersistentChat.MessagePart
type MessagePartEmoticon = class
    inherit MessagePart
Public NotInheritable Class MessagePartEmoticon
Inherits MessagePart
Inheritance
MessagePartEmoticon

Properties

DisplayText

Gets the display text.

(Inherited from MessagePart)
Emoticon

Gets the emoticon.

RawText

Gets the raw text.

(Inherited from MessagePart)

Methods

Equals(MessagePart)

Returns true if the given MessagePart is equal to this

(Inherited from MessagePart)
Equals(MessagePartEmoticon)

Returns true if the given MessagePartEmoticon is equal to this

Equals(Object)

Returns true if the given object is equal to this

GetEmoticonString(ChatEmoticon)

Gets the emoticon string for the given emoticon.

GetHashCode()

Returns a hash code for this object

ToString()

Returns a String that represents the current Object.

(Inherited from MessagePart)

Applies to