バージョン

RegisterBackgroundContent メソッド

所定の DependencyObject を背景コンテンツとして登録します。
シンタックス
'宣言
 
Protected Sub RegisterBackgroundContent( _
   ByVal content As DependencyObject, _
   ByVal refresh As Action(Of Boolean) _
) 
protected void RegisterBackgroundContent( 
   DependencyObject content,
   Action<bool> refresh
)

パラメータ

content
背景コンテンツとして登録する DependencyObject。
refresh
背景コンテンツを更新するたびに呼び出すアクション。
参照