Version

Search Results

GetStream Method

Returns the part content stream opened with a specified System.IO.FileMode and System.IO.FileAccess. Syntax Parameters mode The I/O mode in which to open the content stream.access The access permissions to use in opening the content stream. Return Value The content stream for the part.

Package Property

Gets the parent Package of the part. Syntax

Uri Property

Gets the URI of the part. Syntax

IPackageRelationship Interface

Represents an association between a source IPackage or IPackagePart, and a target object which can be a IPackagePart or external resource. Syntax

Id Property (IPackageRelationship)

Gets a string that identifies the relationship. Syntax

RelationshipType Property

Gets the qualified type name of the relationship. Syntax

SourceUri Property

Gets the URI of the package or part that owns the relationship. Syntax

TargetMode Property

Gets a value that indicates whether the target of the relationship is RelationshipTargetMode.Internal or RelationshipTargetMode.External to the IPackage. Syntax