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)

屬性值

此通知視覺效果的系結集合。

適用於