次の方法で共有


SlideLayoutPart.CustomXmlParts Property

Gets the CustomXmlParts of the SlideLayoutPart.

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

Syntax

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

value = instance.CustomXmlParts
public IEnumerable<CustomXmlPart> CustomXmlParts { get; }

Property Value

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

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

DocumentFormat.OpenXml.Packaging Namespace