SlidePart.AddAudioPart Method (String)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Adds an AudioPart to the SlidePart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddAudioPart ( _
contentType As String _
) As AudioPart
'Usage
Dim instance As SlidePart
Dim contentType As String
Dim returnValue As AudioPart
returnValue = instance.AddAudioPart(contentType)
public AudioPart AddAudioPart(
string contentType
)
Parameters
- contentType
Type: System.String
Specifies the content type of the AudioPart.
Return Value
Type: DocumentFormat.OpenXml.Packaging.AudioPart
Returns the newly added part.