AudioReferenceRelationship(MediaDataPart, String) Constructor
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.
Initializes a new instance of the AudioReferenceRelationship using the supplied MediaDataPart and relationship ID.
protected internal AudioReferenceRelationship (DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart, string id);
new DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart * string -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship
Protected Friend Sub New (mediaDataPart As MediaDataPart, id As String)
Parameters
- mediaDataPart
- MediaDataPart
The target DataPart of the reference relationship.
- id
- String
The relationship ID.