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

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 NotesMasterPart
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

See Also

Reference

NotesMasterPart Class

NotesMasterPart Members

AddAudioPart Overload

DocumentFormat.OpenXml.Packaging Namespace