SlideCommentsPart.CommentList Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CommentList As CommentList
Get
Set
'Usage
Dim instance As SlideCommentsPart
Dim value As CommentList
value = instance.CommentList
instance.CommentList = value
public CommentList CommentList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.CommentList