Comment.Replies 属性

定义

返回注释Comments对象的集合,这些对象是指定注释的子级。 此为只读属性。

public:
 property Microsoft::Office::Interop::Word::Comments ^ Replies { Microsoft::Office::Interop::Word::Comments ^ get(); };
public Microsoft.Office.Interop.Word.Comments Replies { get; }
member this.Replies : Microsoft.Office.Interop.Word.Comments
Public ReadOnly Property Replies As Comments

属性值

Add(Range, Object)对返回的答复集合调用 方法会添加一个新答复,除非从答复访问集合。当对由答复属性返回的 Comments 集合调用时,属性ShowBy失败。

适用于