Share via


PackageDeploymentManager.IsPackageReadyOrNewerAvailable(String) Method

Definition

Determines whether the target package(s) is/are present (installed, registered) and ready for use.

public:
 virtual PackageReadyOrNewerAvailableStatus IsPackageReadyOrNewerAvailable(Platform::String ^ package) = IsPackageReadyOrNewerAvailable;
PackageReadyOrNewerAvailableStatus IsPackageReadyOrNewerAvailable(winrt::hstring const& package);
public PackageReadyOrNewerAvailableStatus IsPackageReadyOrNewerAvailable(string package);
function isPackageReadyOrNewerAvailable(package)
Public Function IsPackageReadyOrNewerAvailable (package As String) As PackageReadyOrNewerAvailableStatus

Parameters

package
String

Platform::String

winrt::hstring

The target package(s) to query about.

Returns

true if the target package(s) is/are present (installed, registered) and ready for use; otherwise, false.

Applies to