PackageDeploymentManager.IsPackageReadyOrNewerAvailableByUri(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.
Determines, for a uri, whether the target package(s) is/are present (installed, registered) and ready for use.
public:
virtual PackageReadyOrNewerAvailableStatus IsPackageReadyOrNewerAvailableByUri(Uri ^ packageUri) = IsPackageReadyOrNewerAvailableByUri;
PackageReadyOrNewerAvailableStatus IsPackageReadyOrNewerAvailableByUri(Uri const& packageUri);
public PackageReadyOrNewerAvailableStatus IsPackageReadyOrNewerAvailableByUri(System.Uri packageUri);
function isPackageReadyOrNewerAvailableByUri(packageUri)
Public Function IsPackageReadyOrNewerAvailableByUri (packageUri As Uri) As PackageReadyOrNewerAvailableStatus
Parameters
Returns
true
if the target package(s) is/are present (installed, registered) and ready for use; otherwise, false
.