OpenXmlPartContainer.GetExternalRelationship(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’ExternalRelationship spécifié.
public DocumentFormat.OpenXml.Packaging.ExternalRelationship GetExternalRelationship (string id);
member this.GetExternalRelationship : string -> DocumentFormat.OpenXml.Packaging.ExternalRelationship
Public Function GetExternalRelationship (id As String) As ExternalRelationship
Paramètres
- id
- String
ID de relation de l’ExternalRelationship.
Retours
Retourne l’ExternalRelationship qui a l’ID de relation.
Exceptions
Levée lorsque le paramètre « id » est null.
Levée lorsqu’il n’y a pas d’ExternalRelationship avec l’ID de relation spécifié.