Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 C# 编写的 COM 组件,它插入到 PowerPoint 幻灯片上的形状中。问题:如何从 COM 组件中获取 shape 的 ID?
PS:对不起我的英语。
假设您手动放置控件并且现在只需要 ID 用于其他目的,请确保选择了形状,按 ALT+F11 打开 VBA IDE,按 Ctrl+G 打开即时窗口并在其中键入:
? ActiveWindow.Selection.ShapeRange(1).Id
形状的 id 将打印在下一行