次の方法で共有


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

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Gets the AudioParts of the SlidePart

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

構文

'宣言
Public ReadOnly Property AudioParts As IEnumerable(Of AudioPart)
'使用
Dim instance As SlidePart
Dim value As IEnumerable(Of AudioPart)

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

参照

リファレンス

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