次の方法で共有


SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts Property

Gets the EmbeddedControlPersistenceBinaryDataParts of the SlideLayoutPart.

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

Syntax

'宣言
Public ReadOnly Property EmbeddedControlPersistenceBinaryDataParts As IEnumerable(Of EmbeddedControlPersistenceBinaryDataPart)
    Get
'使用
Dim instance As SlideLayoutPart
Dim value As IEnumerable(Of EmbeddedControlPersistenceBinaryDataPart)

value = instance.EmbeddedControlPersistenceBinaryDataParts
public IEnumerable<EmbeddedControlPersistenceBinaryDataPart> EmbeddedControlPersistenceBinaryDataParts { get; }

Property Value

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

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

DocumentFormat.OpenXml.Packaging Namespace