バージョン

AddNotificationUIElementIfPossible メソッド

GetResolvedVisibility メソッドが True を返す場合、NotificationUIElement を追加します。
シンタックス
'宣言
 
Public Shared Function AddNotificationUIElementIfPossible( _
   ByVal parent As UIElement, _
   ByVal notificationProvider As INotificationBadgeProvider _
) As Boolean
public static bool AddNotificationUIElementIfPossible( 
   UIElement parent,
   INotificationBadgeProvider notificationProvider
)

パラメータ

parent
親の UIElement。
notificationProvider
UIElement の設定の大半を決定する Notification Provider。

戻り値の型

要素が正常に追加された場合は True、そうでない場合は False。
参照