HyperlinkRelationship-Konstruktor
Initializes a new instance of the HyperlinkRelationship.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
hyperlinkUri As Uri, _
isExternal As Boolean, _
id As String _
)
'Usage
Dim hyperlinkUri As Uri
Dim isExternal As Boolean
Dim id As String
Dim instance As New HyperlinkRelationship(hyperlinkUri, _
isExternal, id)
protected internal HyperlinkRelationship(
Uri hyperlinkUri,
bool isExternal,
string id
)
Parameter
- hyperlinkUri
Typ: System.Uri
The target uri of the hyperlink relationship.
- isExternal
Typ: System.Boolean
Is the URI external.
- id
Typ: System.String
The relationship ID.