IPackageRelationship Interface
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.
An interface that defines the relationship between a source and a target part. Similar to PackageRelationship but allows full overriding.
public interface IPackageRelationship
type IPackageRelationship = interface
Public Interface IPackageRelationship
Properties
Id |
Gets a unique identifier across relationships for the given source. |
RelationshipType |
Gets the type of the relationship used to uniquely define the role of the relationship. |
SourceUri |
Gets a reference to the parent PackagePart to which this relationship belongs. |
TargetMode |
Gets a value indicating the interpretations of the "base" of the target uri. |
TargetUri |
Gets the uri of the part that this relationship points to. |