MessagePartChatRoomLink Constructor
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Internal use only: Initializes a new instance of the MessagePartChatRoomLink class.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Sub New ( _
displayText As String, _
chatRoomUri As Uri _
)
'Usage
Dim displayText As String
Dim chatRoomUri As Uri
Dim instance As New MessagePartChatRoomLink(displayText, _
chatRoomUri)
public MessagePartChatRoomLink(
string displayText,
Uri chatRoomUri
)
Parameters
- displayText
Type: System.String
The display text.
- chatRoomUri
Type: System.Uri
The chat room URI.