バージョン

Units プロパティ

子ユニットの読み取り専用コレクションを返します。
シンタックス
'宣言
 
Public ReadOnly Property Units As IList(Of UndoUnit)
public IList<UndoUnit> Units {get;}
解説

AddChange(UndoUnit) メソッドを使用して、ユニットがグループに追加されます。

参照