MessagePartChatRoomLink(String, Uri) Constructor

Definition

Initializes a new instance of the MessagePartChatRoomLink class.

public:
 MessagePartChatRoomLink(System::String ^ displayText, Uri ^ chatRoomUri);
public MessagePartChatRoomLink(string displayText, Uri chatRoomUri);
new Microsoft.Rtc.Collaboration.PersistentChat.MessagePartChatRoomLink : string * Uri -> Microsoft.Rtc.Collaboration.PersistentChat.MessagePartChatRoomLink
Public Sub New (displayText As String, chatRoomUri As Uri)

Parameters

displayText
String

The display text.

chatRoomUri
Uri

The chat room URI.

Applies to