OpenXmlPartContainer.DeleteExternalRelationship Method (ExternalRelationship)
Deletes the specified external relationship.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Sub DeleteExternalRelationship ( _
externalRelationship As ExternalRelationship _
)
用法
Dim instance As OpenXmlPartContainer
Dim externalRelationship As ExternalRelationship
instance.DeleteExternalRelationship(externalRelationship)
public void DeleteExternalRelationship(
ExternalRelationship externalRelationship
)
Parameters
- externalRelationship
Type: DocumentFormat.OpenXml.Packaging.ExternalRelationship
The external relationship to be deleted.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when "externalRelationship" is null reference. |
InvalidOperationException | Thrown when the external relationship is not referenced by this part. |