次の方法で共有


WordprocessingCommentsPart.Comments Property

Gets/Sets the root element of this part.

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

Syntax

'宣言
Public Property Comments As Comments
    Get
    Set
'使用
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