AudioReferenceRelationship Class
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.
Represents an internal audio reference relationship to a MediaDataPart element.
public class AudioReferenceRelationship : DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship
type AudioReferenceRelationship = class
inherit DataPartReferenceRelationship
Public Class AudioReferenceRelationship
Inherits DataPartReferenceRelationship
- Inheritance
Constructors
AudioReferenceRelationship(MediaDataPart, String) |
Initializes a new instance of the AudioReferenceRelationship using the supplied MediaDataPart and relationship ID. |
Properties
AudioReferenceRelationshipType |
Gets the source relationship type for an audio reference. |
Container |
Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship. (Inherited from ReferenceRelationship) |
DataPart |
Gets the referenced target DataPart. (Inherited from DataPartReferenceRelationship) |
Id |
Gets the relationship ID. (Inherited from ReferenceRelationship) |
IsExternal |
Gets a value indicating whether the target of the relationship is Internal or External to the OpenXmlPackage. (Inherited from ReferenceRelationship) |
RelationshipType |
Gets the relationship type for an audio reference. |
Uri |
Gets the target URI of the relationship. (Inherited from ReferenceRelationship) |