NotificationVisual.Bindings Eigenschaft

Definition

Ruft die Bindungen für dieses Benachrichtigungsvisual ab. Bindungen enthalten Text und andere visuelle Inhalte für die Benachrichtigung.

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)

Eigenschaftswert

Eine Auflistung von Bindungen für dieses Benachrichtigungsvisual.

Gilt für: