NotificationVisual.Bindings Propriété

Définition

Obtient les liaisons pour ce visuel de notification. Les liaisons contiennent du texte et d’autres contenus visuels pour la 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)

Valeur de propriété

Collection de liaisons pour ce visuel de notification.

S’applique à