PackageDeploymentManager.IsPackageReadyOrNewerAvailable(String) 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 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
.