ZipPackagePart Class
Represents a part that is stored in a ZipPackage.
Assembly: WindowsBase (in WindowsBase.dll)
| 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.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | 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.) |
![]() | GetType() | |
![]() | 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.) |
ZipPackagePart provides the derived PackagePart implementation for parts that are stored in a ZipPackage.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

