IPackage.GetPart(Uri) Method
Definition
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.
Gets a part for the given uriTarget
.
public DocumentFormat.OpenXml.Packaging.IPackagePart GetPart (Uri uriTarget);
abstract member GetPart : Uri -> DocumentFormat.OpenXml.Packaging.IPackagePart
Public Function GetPart (uriTarget As Uri) As IPackagePart
Parameters
- uriTarget
- Uri
Uri of target
Returns
Part for given uri.