MessagePartChatRoomLink Class

Definition

A portion of a message which represents a chat room link.

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

Constructors

MessagePartChatRoomLink(String, Uri)

Initializes a new instance of the MessagePartChatRoomLink class.

Properties

ChatRoomUri

Gets the chat room URI.

DisplayText

Gets the display text.

(Inherited from MessagePart)
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(MessagePartChatRoomLink)

Returns true if the given MessagePartChatRoomLink 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)

Applies to