VideoReferenceRelationship Class

Definition

Represents an internal video reference relationship to a MediaDataPart element.

public class VideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship
type VideoReferenceRelationship = class
    inherit DataPartReferenceRelationship
Public Class VideoReferenceRelationship
Inherits DataPartReferenceRelationship
Inheritance

Constructors

VideoReferenceRelationship(MediaDataPart, String)

Initializes a new instance of the VideoReferenceRelationship class using the supplied MediaDataPart and relationship ID.

Properties

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 a video reference.

Uri

Gets the target URI of the relationship.

(Inherited from ReferenceRelationship)
VideoReferenceRelationshipType

Gets the source relationship type for an audio reference.

Applies to