ExternalRelationship Class
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.
Represents an external relationship.
public class ExternalRelationship : DocumentFormat.OpenXml.Packaging.ReferenceRelationship
type ExternalRelationship = class
inherit ReferenceRelationship
Public Class ExternalRelationship
Inherits ReferenceRelationship
- Inheritance
Constructors
ExternalRelationship(Uri, String, String) |
Initializes a new instance of the ExternalRelationship. |
Properties
Container |
Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship. (Inherited from ReferenceRelationship) |
Id |
Gets the relationship ID. (Inherited from ReferenceRelationship) |
IsExternal |
Gets a value indicating whether the target of the relationship is Internal or External to the OpenXmlPackage. (Inherited from ReferenceRelationship) |
RelationshipType |
Gets the relationship type. (Inherited from ReferenceRelationship) |
Uri |
Gets the target URI of the relationship. (Inherited from ReferenceRelationship) |