交互操作.Powerpoint:如何清除或撤销(堆栈)

本文关键字:互操作 堆栈 清除 何清除 交互 Powerpoint | 更新日期: 2023-09-27 18:12:06

是否可以从我的加载项中清除PowerPoint的撤消堆栈?我发现在Interop.Word中有一个ActiveDocument.UndoClear方法,但没有这样的方法用于Presentation对象。

谢谢

交互操作.Powerpoint:如何清除或撤销(堆栈)

我用这个:

Globals.ThisAddIn.Application.ActivePresentation.RemoveDocumentInformation(PpRemoveDocInfoType.ppRDISlideUpdateInformation);