Share via


NotesSlidePart.AddVideoReferenceRelationship Method (MediaDataPart)

Adds a new VideoReferenceRelationship to the specified MediaDataPart.

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

Syntax

'Declaration
Public Function AddVideoReferenceRelationship ( _
    mediaDataPart As MediaDataPart _
) As VideoReferenceRelationship
'Usage
Dim instance As NotesSlidePart
Dim mediaDataPart As MediaDataPart
Dim returnValue As VideoReferenceRelationship

returnValue = instance.AddVideoReferenceRelationship(mediaDataPart)
public VideoReferenceRelationship AddVideoReferenceRelationship(
    MediaDataPart mediaDataPart
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
The new VideoReferenceRelationship.

Exceptions

Exception Condition
ArgumentNullException

Thrown when mediaDataPart is null reference.

InvalidOperationException

Thrown when the specified mediaDataPart is not in this document.

See Also

Reference

NotesSlidePart Class

NotesSlidePart Members

AddVideoReferenceRelationship Overload

DocumentFormat.OpenXml.Packaging Namespace