HyperlinkRelationship(Uri, Boolean, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.