NotificationVisual.Bindings Propiedad

Definición

Obtiene los enlaces de este objeto visual de notificación. Los enlaces contienen texto y otro contenido visual para la notificación.

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)

Valor de propiedad

Colección de enlaces para este objeto visual de notificación.

Se aplica a