NotificationVisual.Bindings 属性

定义

获取此通知视觉对象的绑定。 绑定包含通知的文本和其他可视内容。

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)

属性值

此通知视觉对象的绑定集合。

适用于