Version

GetPart Method (Package)

Returns the part with a given URI.
Syntax
public IPackagePart GetPart( 
   Uri partUri
)

Parameters

partUri
The uniform resource identifier (URI) of the part to return.

Return Value

The part with the specified partUri.
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