DiagramDataPart.ImageParts Property
Gets the ImageParts of the DiagramDataPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public ReadOnly Property ImageParts As IEnumerable(Of ImagePart)
Get
'使用
Dim instance As DiagramDataPart
Dim value As IEnumerable(Of ImagePart)
value = instance.ImageParts
public IEnumerable<ImagePart> ImageParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<ImagePart>