GraphUndoManager.UndoStack 属性

定义

获取撤消堆栈上的当前项,按最少顺序排序。

protected:
 abstract property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^> ^ UndoStack { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^> ^ get(); };
protected abstract System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit> UndoStack { get; }
member this.UndoStack : seq<Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit>
Protected MustOverride ReadOnly Property UndoStack As IEnumerable(Of IOleUndoUnit)

属性值

IEnumerable<IOleUndoUnit>

撤消堆栈中的条目,最高排序为最新

适用于