バージョン

CloneDependencyProperty メソッド

値のソースがローカルの場合、依存プロパティ値のクローンを作成します。
シンタックス
'宣言
 
Protected Friend Shared Sub CloneDependencyProperty( _
   ByVal source As DependencyObject, _
   ByVal target As DependencyObject, _
   ByVal property As DependencyProperty _
) 
protected internal static void CloneDependencyProperty( 
   DependencyObject source,
   DependencyObject target,
   DependencyProperty property
)

パラメータ

source
ソース依存オブジェクト。
target
ターゲット依存オブジェクト。
property
依存プロパティ。
参照