OpenXmlPartContainer.GetReferenceRelationship Method
Gets the sepcified ReferenceRelationship.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function GetReferenceRelationship ( _
id As String _
) As ReferenceRelationship
用法
Dim instance As OpenXmlPartContainer
Dim id As String
Dim returnValue As ReferenceRelationship
returnValue = instance.GetReferenceRelationship(id)
public ReferenceRelationship GetReferenceRelationship(
string id
)
Parameters
- id
Type: System.String
The relationship ID of the ReferenceRelationship.
Return Value
Type: DocumentFormat.OpenXml.Packaging.ReferenceRelationship
Returns the ReferenceRelationship which has the relationship ID.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the "id" parameter is null. |
KeyNotFoundException | Thrown when there is no ReferenceRelationship with the specified relationship ID. |