Description
Returns the parent PBDOM_OBJECT of the current PBDOM_COMMENT.
Syntax
pbdom_comment_name.GetParentObject()
Return value
PBDOM_OBJECT.
Usage
The GetParentObject method returns the parent PBDOM_OBJECT of the current PBDOM_COMMENT. If the PBDOM_COMMENT has no parent, null is returned.
See also