GraphUndoManager.RedoStack 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取重做堆栈上的当前项,最高排序为最新。
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)
属性值
重做堆栈中的条目,最高排序为最新