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