OpenXmlPartContainer.GetReferenceRelationship(String) Method
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.
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.