バージョン

UndoTransaction コンストラクタ

新しい UndoTransaction を初期化します。
シンタックス
'宣言
 
Protected Friend Function New( _
   ByVal description As String, _
   ByVal detailedDescription As String _
)
protected internal UndoTransaction( 
   string description,
   string detailedDescription
)

パラメータ

description
トランザクションの記述、またはデフォルトを提供する場合は null。
detailedDescription
トランザクションの詳細記述、またはデフォルトを提供する場合は null。
解説

トランザクションは通常 StartTransaction(String,String) を使用して作成されます。派生トランザクション クラスが必要とされる場合、コントロールが公開されます。この場合、UndoUnitFactory.CreateTransaction メソッドがオーバーライドされてから、そのファクトリ クラスのインスタンスが UndoUnitFactory.Current または UndoUnitFactory プロパティに設定される派生 UndoUnitFactory が必要になります。

参照