C# Класс System.IO.Packaging.PackageRelationship

This class is used to express a relationship between a source and a target part. The only way to create a PackageRelationship, is to call the PackagePart.CreateRelationship() or Package.CreateRelationship(). A relationship is owned by a part or by the package itself. If the source part is deleted all the relationships it owns are also deleted. A target of the relationship need not be present.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
PackageRelationship ( string id, Package package, string relationshipType, Uri sourceUri, TargetMode targetMode, Uri targetUri ) : System