次の方法で共有


SlideLayoutPart.DiagramColorsParts Property

Gets the DiagramColorsParts of the SlideLayoutPart.

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

Syntax

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

value = instance.DiagramColorsParts
public IEnumerable<DiagramColorsPart> DiagramColorsParts { get; }

Property Value

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

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

DocumentFormat.OpenXml.Packaging Namespace