NotesSlidePart.AddAudioPart Method (AudioPartType)

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 NotesSlidePart.

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

Syntax

'Declaration
Public Function AddAudioPart ( _
    partType As AudioPartType _
) As AudioPart
'Usage
Dim instance As NotesSlidePart
Dim partType As AudioPartType
Dim returnValue As AudioPart

returnValue = instance.AddAudioPart(partType)
public AudioPart AddAudioPart(
    AudioPartType partType
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.AudioPart
Returns the newly added part.

See Also

Reference

NotesSlidePart Class

NotesSlidePart Members

AddAudioPart Overload

DocumentFormat.OpenXml.Packaging Namespace