Aracılığıyla paylaş


WordprocessingCommentsIdsPart.AddVideoReferenceRelationship Method

Definition

Overloads

AddVideoReferenceRelationship(MediaDataPart)

Adds a VideoReferenceRelationship to the WordprocessingCommentsIdsPart

AddVideoReferenceRelationship(MediaDataPart, String)

Adds a VideoReferenceRelationship to the WordprocessingCommentsIdsPart

AddVideoReferenceRelationship(MediaDataPart)

Adds a VideoReferenceRelationship to the WordprocessingCommentsIdsPart

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

Applies to

AddVideoReferenceRelationship(MediaDataPart, String)

Adds a VideoReferenceRelationship to the WordprocessingCommentsIdsPart

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

Applies to