Freigeben über


WordprocessingCommentsPart.AddVideoReferenceRelationship-Methode (MediaDataPart, String)

Adds a new VideoReferenceRelationship to the specified MediaDataPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddVideoReferenceRelationship ( _
    mediaDataPart As MediaDataPart, _
    id As String _
) As VideoReferenceRelationship
'Usage
Dim instance As WordprocessingCommentsPart
Dim mediaDataPart As MediaDataPart
Dim id As String
Dim returnValue As VideoReferenceRelationship

returnValue = instance.AddVideoReferenceRelationship(mediaDataPart, _
    id)
public VideoReferenceRelationship AddVideoReferenceRelationship(
    MediaDataPart mediaDataPart,
    string id
)

Parameter

Rückgabewert

Typ: DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
The new VideoReferenceRelationship.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Thrown when mediaDataPart is null reference.

ArgumentNullException

Thrown when id is null reference.

InvalidOperationException

Thrown when the specified mediaDataPart is not in this document.

Siehe auch

Referenz

WordprocessingCommentsPart Klasse

WordprocessingCommentsPart-Member

AddVideoReferenceRelationship Überladung

DocumentFormat.OpenXml.Packaging-Namespace