Share via


PackageDeploymentManager.IsPackageReadyByUri(Uri) Method

Definition

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

packageUri
Uri Uri

The uri of the target package(s) to query about.

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.

Applies to