다음을 통해 공유


ToastMessage Constructor (String)

Creates a new instance of the ToastMessage class with the given message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ToastMessage(message)
public ToastMessage(
    string message
)

Parameters

Remarks

A toast message is always created with ContentType of "text/plain".

See Also

Reference

ToastMessage Class

ToastMessage Members

ToastMessage Overload

Microsoft.Rtc.Collaboration Namespace