GraphUndoManager.RedoStack 属性

定义

获取重做堆栈上的当前项,最高排序为最新。

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

属性值

IEnumerable<IOleUndoUnit>

重做堆栈中的条目,最高排序为最新

适用于