FootnotesPart.EmbeddedControlPersistenceParts Property

Gets the EmbeddedControlPersistenceParts of the FootnotesPart.

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

Syntax

'Declaration
Public ReadOnly Property EmbeddedControlPersistenceParts As IEnumerable(Of EmbeddedControlPersistencePart)
    Get
'Usage
Dim instance As FootnotesPart
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

FootnotesPart Class

FootnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace