バージョン

DependencyPropertyChangeUndoUnit コンストラクタ

新しい DependencyPropertyChangeUndoUnit を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal target As DependencyObject, _
   ByVal oldValue As Object, _
   ByVal newValue As Object, _
   ByVal property As DependencyProperty, _
   ByVal propertyDisplayName As String, _
   ByVal targetDisplayName As String _
)
public DependencyPropertyChangeUndoUnit( 
   DependencyObject target,
   object oldValue,
   object newValue,
   DependencyProperty property,
   string propertyDisplayName,
   string targetDisplayName
)

パラメータ

target
プロパティが変更されたオブジェクト。
oldValue
元に戻す操作が実行されたときに復元されるプロパティの古い値。
newValue
プロパティの新しい値。
property
復元するターゲットの DependencyProperty
propertyDisplayName
エンドユーザーに表示するプロパティの名前、または DependencyProperty の名前を使用する場合は null。Silverlight では、プロパティの名前を取得できない場合があることに注意してください。したがって、これを提供することが推奨されます。
targetDisplayName
エンドユーザーに表示するターゲットを表す文字列、または target 自体から文字列表現を取得する場合は null。
参照