共用方式為


WordprocessingCommentsPart.Comments Property

Gets/Sets the root element of this part.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Comments As Comments
    Get
    Set
'Usage
Dim instance As WordprocessingCommentsPart
Dim value As Comments

value = instance.Comments

instance.Comments = value
public Comments Comments { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Comments

See Also

Reference

WordprocessingCommentsPart Class

WordprocessingCommentsPart Members

DocumentFormat.OpenXml.Packaging Namespace