OpenXmlPartContainer.GetReferenceRelationship(String) Method

Definition

Gets the specified ReferenceRelationship.

public DocumentFormat.OpenXml.Packaging.ReferenceRelationship GetReferenceRelationship (string id);
member this.GetReferenceRelationship : string -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship
Public Function GetReferenceRelationship (id As String) As ReferenceRelationship

Parameters

id
String

The relationship ID of the ReferenceRelationship.

Returns

Returns the ReferenceRelationship which has the relationship ID.

Exceptions

Thrown when the "id" parameter is null.

Thrown when there is no ReferenceRelationship with the specified relationship ID.

Applies to