HyperlinkRelationship(Uri, Boolean, String) Constructor

Definition

Initializes a new instance of the HyperlinkRelationship.

protected internal HyperlinkRelationship (Uri hyperlinkUri, bool isExternal, string id);
new DocumentFormat.OpenXml.Packaging.HyperlinkRelationship : Uri * bool * string -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship
Protected Friend Sub New (hyperlinkUri As Uri, isExternal As Boolean, id As String)

Parameters

hyperlinkUri
Uri

The target uri of the hyperlink relationship.

isExternal
Boolean

Is the URI external.

id
String

The relationship ID.

Applies to