MessagePartChatRoomLink Members
Include Protected Members
Include Inherited Members
A portion of a message that represents a chat room link.
The following tables list the members exposed by the MessagePartChatRoomLink type.
Constructors
Name | Description | |
---|---|---|
MessagePartChatRoomLink | Internal use only: Initializes a new instance of the MessagePartChatRoomLink class. |
Top
Properties
Name | Description | |
---|---|---|
ChatRoomUri | Gets the chat room URI. | |
DisplayText | Gets the display text. (inherited from MessagePart) | |
RawText | Gets the raw text. (inherited from MessagePart) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current MessagePartChatRoomLink. (Overrides MessagePart.Equals(Object).) | |
Equals(MessagePart) | Determines whether the specified MessagePart is equal to the current MessagePart. (inherited from MessagePart) | |
Equals(MessagePartChatRoomLink) | Determines whether the specified MessagePartChatRoomLink is equal to the current MessagePartChatRoomLink. | |
Finalize | (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides MessagePart.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from MessagePart) |
Top