IPackage.PartExists(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.
Indicates whether a part with a given URI is in the package
public bool PartExists (Uri partUri);
abstract member PartExists : Uri -> bool
Public Function PartExists (partUri As Uri) As Boolean
Parameters
- partUri
- Uri
The uri of the part.
Returns
true if a part with the specified partUri
exists in the package; otherwise, false.