Remove
CommentCollection.Remove 方法
删除集合中指定评论的第一个出现。
public void Remove(IComment comment)
| 参数 | 类型 | 描述 | 
|---|---|---|
| comment | IComment | 要从集合中删除的评论。 | 
异常
| 异常 | 条件 | 
|---|---|
| ArgumentNullException | 如果评论为 null | 
| PptxEditException | 如果评论已经被删除,则抛出。 | 
另请参见
- 接口 IComment
- 类 CommentCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides