Share via


IPackagePart Interface

Definition

An abstraction for PackagePart that is easier to override.

public interface IPackagePart
type IPackagePart = interface
Public Interface IPackagePart

Properties

ContentType

Gets the MIME type of the content stream.

Package

Gets a reference to the containing package.

Relationships

Gets a collection of relationships.

Uri

Gets the URI for the current part.

Methods

GetStream(FileMode, FileAccess)

Gets the data stream for the part.

Applies to