ReferenceRelationship 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.
Defines a reference relationship. A reference relationship can be internal or external.
public abstract class ReferenceRelationship
type ReferenceRelationship = class
Public MustInherit Class ReferenceRelationship
- Inheritance
-
ReferenceRelationship
- Derived
Constructors
ReferenceRelationship(PackageRelationship) |
Initializes a new instance of the ReferenceRelationship. |
ReferenceRelationship(Uri, Boolean, String, String) |
Initializes a new instance of the ReferenceRelationship. |
Properties
Container |
Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship. |
Id |
Gets the relationship ID. |
IsExternal |
Gets a value indicating whether the target of the relationship is Internal or External to the OpenXmlPackage. |
RelationshipType |
Gets the relationship type. |
Uri |
Gets the target URI of the relationship. |