Freigeben über


OpenXmlPartContainer.DeleteExternalRelationship-Methode (String)

Deletes the sepcified ExternalRelationship.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub DeleteExternalRelationship ( _
    id As String _
)
'Usage
Dim instance As OpenXmlPartContainer
Dim id As String

instance.DeleteExternalRelationship(id)
public void DeleteExternalRelationship(
    string id
)

Parameter

  • id
    Typ: System.String
    The relationship ID of the ExternalRelationship.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Thrown when the "id" parameter is null.

KeyNotFoundException

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

Siehe auch

Referenz

OpenXmlPartContainer Klasse

OpenXmlPartContainer-Member

DeleteExternalRelationship Überladung

DocumentFormat.OpenXml.Packaging-Namespace