AppendHyperLink Method
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.
Appends the hyperlink.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Sub AppendHyperLink ( _
displayText As String, _
hyperLink As Uri _
)
'Usage
Dim instance As FormattedOutboundChatMessage
Dim displayText As String
Dim hyperLink As Uri
instance.AppendHyperLink(displayText, _
hyperLink)
public void AppendHyperLink(
string displayText,
Uri hyperLink
)
Parameters
- displayText
Type: System.String
The display text.
- hyperLink
Type: System.Uri
The hyperlink.
See Also
Reference
FormattedOutboundChatMessage Class