语法
表达式.DeleteAll
表达式 必选。一个代表 Editor 对象的变量。
示例
以下示例删除第一个用户在活动文档 Editors 集合中的所有编辑权限。
let objEditor = Selection.Editors.Item(1) objEditor.DeleteAll()