Share via


GetEmoticonString 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.

Gets the emoticon string for the given emoticon.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Shared Function GetEmoticonString ( _
    emoticon As ChatEmoticon _
) As String
'Usage
Dim emoticon As ChatEmoticon
Dim returnValue As String

returnValue = MessagePartEmoticon.GetEmoticonString(emoticon)
public static string GetEmoticonString(
    ChatEmoticon emoticon
)

Parameters

Return Value

Type: System.String
The raw text which is used to construct the emoticon.

See Also

Reference

MessagePartEmoticon Class

MessagePartEmoticon Members

Microsoft.Rtc.Collaboration.GroupChat Namespace