バージョン

NotificationUIElement コンストラクタ

NotificationUIElement のコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal notificationProvider As INotificationBadgeProvider _
)
public NotificationUIElement( 
   UIElement parent,
   INotificationBadgeProvider notificationProvider
)

パラメータ

parent
親の UIElement。
notificationProvider
UIElement の設定の大半を決定する Notification Provider。
解説
コンストラクターの代わりに NotificationUIElement.AddNotificationUIElementIfPossible の使用を勧めます。
参照