Share via


HandoutMasterPart.AudioParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the AudioParts of the HandoutMasterPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public ReadOnly Property AudioParts As IEnumerable(Of AudioPart)
'Usage
Dim instance As HandoutMasterPart
Dim value As IEnumerable(Of AudioPart)

value = instance.AudioParts
public IEnumerable<AudioPart> AudioParts { get; }

See Also

Reference

HandoutMasterPart Class
HandoutMasterPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace