GlossaryDocumentPart.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 GlossaryDocumentPart |
| AddVideoReferenceRelationship(MediaDataPart, String) |
Adds a VideoReferenceRelationship to the GlossaryDocumentPart |
AddVideoReferenceRelationship(MediaDataPart)
Adds a VideoReferenceRelationship to the GlossaryDocumentPart
public DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart);
member this.AddVideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
Public Function AddVideoReferenceRelationship (mediaDataPart As MediaDataPart) As VideoReferenceRelationship
Parameters
- 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 GlossaryDocumentPart
public DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart, string id);
member this.AddVideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart * string -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
Public Function AddVideoReferenceRelationship (mediaDataPart As MediaDataPart, id As String) As VideoReferenceRelationship
Parameters
- 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.