ParentComment

IComment.ParentComment 属性

获取或设置父评论。读/写 IComment

public IComment ParentComment { get; set; }

异常

异常条件
PptxEditException如果设置值导致循环引用,则抛出

另见