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)

속성 값

이 알림 시각적 개체에 대한 바인딩 컬렉션입니다.

적용 대상