MessagePartChatRoomLink(String, Uri) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.