NotificationVisual.Bindings Property

Definition

Gets the bindings for this notification visual. Bindings contain text and other visual content for the notification.

public:
 property IVector<NotificationBinding ^> ^ Bindings { IVector<NotificationBinding ^> ^ get(); };
IVector<NotificationBinding> Bindings();
public IList<NotificationBinding> Bindings { get; }
var iVector = notificationVisual.bindings;
Public ReadOnly Property Bindings As IList(Of NotificationBinding)

Property Value

A collection of bindings for this notification visual.

Applies to