NotificationItem<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the notification for an item.
generic <typename T>
public ref class NotificationItem
public class NotificationItem<T>
type NotificationItem<'T> = class
Public Class NotificationItem(Of T)
Type Parameters
- T
The type of the item that is in the notification.
- Inheritance
-
NotificationItem<T>
Remarks
The class also indicates the operation that is relevant for the item.
Properties
Item |
Gets the notification item. |
Operation |
Gets the operation. |