ZipPackagePart Class

Definition

Represents a part that is stored in a ZipPackage.

public ref class ZipPackagePart sealed : System::IO::Packaging::PackagePart
public sealed class ZipPackagePart : System.IO.Packaging.PackagePart
type ZipPackagePart = class
    inherit PackagePart
Public NotInheritable Class ZipPackagePart
Inherits PackagePart
Inheritance
ZipPackagePart

Remarks

ZipPackagePart provides the derived PackagePart implementation for parts that are stored in a ZipPackage.

Properties

CompressionOption

Gets the compression option of the part content stream.

(Inherited from PackagePart)
ContentType

Gets the MIME type of the content stream.

(Inherited from PackagePart)
Package

Gets the parent Package of the part.

(Inherited from PackagePart)
Uri

Gets the URI of the part.

(Inherited from PackagePart)

Methods

CreateRelationship(Uri, TargetMode, String)

Creates a part-level relationship between this PackagePart to a specified target PackagePart or external resource.

(Inherited from PackagePart)
CreateRelationship(Uri, TargetMode, String, String)

Creates a part-level relationship between this PackagePart to a specified target PackagePart or external resource.

(Inherited from PackagePart)
DeleteRelationship(String)

Deletes a specified part-level PackageRelationship.

(Inherited from PackagePart)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetContentTypeCore()

When overridden in a derived class, returns the MIME type of the part content.

(Inherited from PackagePart)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetRelationship(String)

Returns the relationship that has a specified Id.

(Inherited from PackagePart)
GetRelationships()

Returns a collection of all the relationships that are owned by this part.

(Inherited from PackagePart)
GetRelationshipsByType(String)

Returns a collection of the relationships that match a specified RelationshipType.

(Inherited from PackagePart)
GetStream()

Returns the part content data stream.

(Inherited from PackagePart)
GetStream(FileMode)

Returns the content stream opened in a specified I/O FileMode.

(Inherited from PackagePart)
GetStream(FileMode, FileAccess)

Returns the part content stream opened with a specified FileMode and FileAccess.

(Inherited from PackagePart)
GetStreamCore(FileMode, FileAccess)

When overridden in a derived class, returns the part content stream opened with a specified FileMode and FileAccess.

(Inherited from PackagePart)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RelationshipExists(String)

Returns a value that indicates whether this part owns a relationship with a specified Id.

(Inherited from PackagePart)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also