MainDocumentPart.AddVideoReferenceRelationship-Methode (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 MainDocumentPart
Dim mediaDataPart As MediaDataPart
Dim returnValue As VideoReferenceRelationship
returnValue = instance.AddVideoReferenceRelationship(mediaDataPart)
public VideoReferenceRelationship AddVideoReferenceRelationship(
MediaDataPart mediaDataPart
)
Parameter
- mediaDataPart
Typ: DocumentFormat.OpenXml.Packaging.MediaDataPart
The specified target MediaDataPart.
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
The new VideoReferenceRelationship.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | Thrown when mediaDataPart is null reference. |
InvalidOperationException | Thrown when the specified mediaDataPart is not in this document. |