MainDocumentPart.AddVideoReferenceRelationship Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| AddVideoReferenceRelationship(MediaDataPart) | Adds a VideoReferenceRelationship to the MainDocumentPart | 
| AddVideoReferenceRelationship(MediaDataPart, String) | Adds a VideoReferenceRelationship to the MainDocumentPart | 
AddVideoReferenceRelationship(MediaDataPart)
Adds a VideoReferenceRelationship to the MainDocumentPart
public DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart);member this.AddVideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationshipPublic Function AddVideoReferenceRelationship (mediaDataPart As MediaDataPart) As VideoReferenceRelationshipParameters
- mediaDataPart
- MediaDataPart
The part type of the VideoReferenceRelationship
Returns
The new VideoReferenceRelationship.
Exceptions
Thrown when mediaDataPart is null.
Thrown when the specified mediaDataPart is not in this document.
Applies to
AddVideoReferenceRelationship(MediaDataPart, String)
Adds a VideoReferenceRelationship to the MainDocumentPart
public DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart, string id);member this.AddVideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart * string -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationshipPublic Function AddVideoReferenceRelationship (mediaDataPart As MediaDataPart, id As String) As VideoReferenceRelationshipParameters
- mediaDataPart
- MediaDataPart
The part type of the VideoReferenceRelationship
- id
- String
The relationship id
Returns
The new VideoReferenceRelationship.
Exceptions
Thrown when id is null.
Thrown when the specified mediaDataPart is not in this document.