Comment.Ancestor 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.
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