次の方法で共有


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)

プロパティ値

この通知ビジュアルのバインドのコレクション。

適用対象