次の方法で共有


WordprocessingCommentsPart.EmbeddedControlPersistenceParts Property

Gets the EmbeddedControlPersistenceParts of the WordprocessingCommentsPart.

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

Syntax

'宣言
Public ReadOnly Property EmbeddedControlPersistenceParts As IEnumerable(Of EmbeddedControlPersistencePart)
    Get
'使用
Dim instance As WordprocessingCommentsPart
Dim value As IEnumerable(Of EmbeddedControlPersistencePart)

value = instance.EmbeddedControlPersistenceParts
public IEnumerable<EmbeddedControlPersistencePart> EmbeddedControlPersistenceParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<EmbeddedControlPersistencePart>

See Also

Reference

WordprocessingCommentsPart Class

WordprocessingCommentsPart Members

DocumentFormat.OpenXml.Packaging Namespace