バージョン

CreatePropertyChange(DependencyObject,DependencyPropertyChangedEventArgs,String,String) メソッド

指定したプロパティの変更の PropertyChangeUndoUnitBase を作成します。
シンタックス
'宣言
 
Public Overloads Overridable Function CreatePropertyChange( _
   ByVal d As DependencyObject, _
   ByVal e As DependencyPropertyChangedEventArgs, _
   Optional ByVal propertyDisplayName As String, _
   Optional ByVal typeDisplayName As String _
) As PropertyChangeUndoUnitBase

パラメータ

d
プロパティが変更されたインスタンス
e
古い値と新しい値を含む DependencyPropertyChangedEventArgs。
propertyDisplayName
エンドユーザーに表示するプロパティの優先名。これが指定されない場合にはプロパティの実際の名前が使用されます。
typeDisplayName
エンドユーザーに表示する、プロパティが変更されているオブジェクトの優先名。
解説

注: Silverlight では、DependencyProperty の名前を入手できない場合は、デフォルトの記述が提供されない場合があります。

参照