OpenXmlPartContainer.GetExternalRelationship(String) Méthode
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
- id
- String
ID de relation de l’ExternalRelationship.
Retourne l’ExternalRelationship qui a l’ID de relation.
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é.