ParentComment

Comment.ParentComment 属性

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

public IComment ParentComment { get; set; }

异常

异常条件
PptxEditException在设置值导致循环引用时引发

另见