Comments 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示所选内容、区域或文档中的批注的 对象的集合 Comment 。
public interface class Comments : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020940-0000-0000-C000-000000000046")]
public interface Comments : System.Collections.IEnumerable
type Comments = interface
interface IEnumerable
Public Interface Comments
Implements IEnumerable
- 属性
- 实现
注解
Comments使用 属性可返回 Comments 集合。
Add(Range, Object)使用 方法在指定区域添加注释。
使用 注释 (index
) (其中 index
是索引号)返回单个 Comment 对象。 索引号代表指定的选定内容、 范围或文档中注释的位置。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
ShowBy |
返回或设置审阅者的批注显示在批注窗格中的名称。 |
方法
Add(Range, Object) |
返回一个 Comment 对象,该对象表示添加到区域的注释。 |
GetEnumerator() |
表示所选内容、区域或文档中的批注的 对象的集合 Comment 。 |