ExternalRelationship(Uri, String, 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 ExternalRelationship.
protected internal ExternalRelationship (Uri externalUri, string relationshipType, string id);
new DocumentFormat.OpenXml.Packaging.ExternalRelationship : Uri * string * string -> DocumentFormat.OpenXml.Packaging.ExternalRelationship
Protected Friend Sub New (externalUri As Uri, relationshipType As String, id As String)
Parameters
- externalUri
- Uri
The target uri of the relationship.
- relationshipType
- String
The relationship type.
- id
- String
The relationship ID.