Version

GetParts Method (Package)

Returns a collection of all the parts in the package.
Syntax
public IEnumerable<IPackagePart> GetParts()

Return Value

A collection of all the System.IO.Packaging.PackagePart elements that are contained in the package.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also