Comment.Replies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Comments collection of Comment objects that are children of the specified comment. Read-only.
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
Property Value
Calling the Add(Range, Object) method on the returned collection of replies adds a new reply, unless the collection was accessed from a reply to a reply.The ShowBy property fails when called on the Comments collection returned by the Replies property.