Comment.Ancestor Property

Definition

For comments that are replies to existing comments, returns the parent Comment object; for new (top-level) comments, returns Nothing (a null reference (Nothing in Visual Basic).in C#) Read-only.

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

Property Value

Applies to