Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ZipPackagePart Class
Definition
- Namespace:
- System.IO.Packaging
- Assembly:
- System.IO.Packaging.dll
- Assembly:
- WindowsBase.dll
- Assemblies:
- System.IO.Packaging.dll, WindowsBase.dll
- Package:
- System.IO.Packaging v11.0.0-preview.5.26302.115
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
- Source:
- ZipPackagePart.cs
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.
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
Remarks
ZipPackagePart provides the derived PackagePart implementation for parts that are stored in a ZipPackage.
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| CreateRelationship(Uri, TargetMode, String, String) |
Creates a part-level relationship between this PackagePart to a specified target PackagePart or external resource. (Inherited from PackagePart) |
| CreateRelationship(Uri, TargetMode, 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, FileAccess) |
Returns the part content stream opened with a specified FileMode and FileAccess. (Inherited from PackagePart) |
| GetStream(FileMode) |
Returns the content stream opened in a specified I/O FileMode. (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
Feedback
Was this page helpful?
