PackageDeploymentManager.IsPackageReadyByUri(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. This method is a quick test to determine whether more (costly) work is needed before the target can be used.
public:
virtual bool IsPackageReadyByUri(Uri ^ packageUri) = IsPackageReadyByUri;
bool IsPackageReadyByUri(Uri const& packageUri);
public bool IsPackageReadyByUri(System.Uri packageUri);
function isPackageReadyByUri(packageUri)
Public Function IsPackageReadyByUri (packageUri As Uri) As Boolean
Parameters
Returns
Boolean
bool
true
if the target package(s) is/are present (installed, registered) and ready for use; otherwise, false
.
Remarks
See Remarks for IsPackageReady.