NotificationViewModelContent - свойство
Содержимое, отображаемое в окне уведомления. Обычно это текстовая строка
(свойство [Tessa.UI.Notifications.INotificationViewModel.Text]) или модель представления.
Пространство имён: Tessa.UI.NotificationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public Object Content { get; set; }
Public Property Content As Object
Get
Set
public:
virtual property Object^ Content {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Content : Object with get, set
override Content : Object with get, set
ObjectINotificationViewModelContent