Compartilhar via


OpenXmlPartContainer.GetReferenceRelationship(String) Método

Definição

Obtém o ReferenceRelationship especificado.

public DocumentFormat.OpenXml.Packaging.ReferenceRelationship GetReferenceRelationship (string id);
member this.GetReferenceRelationship : string -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship
Public Function GetReferenceRelationship (id As String) As ReferenceRelationship

Parâmetros

id
String

A ID de relação do ReferenceRelationship.

Retornos

Retorna o ReferenceRelationship que tem a ID da relação.

Exceções

Lançado quando o parâmetro "id" é nulo.

Lançada quando não há ReferenceRelationship com a ID de relação especificada.

Aplica-se a