Share via


IVsSetupCompositionService.IsPackageInstalled(String) Method

Definition

Determine if the package is currently install. Return false if the package is not defined or not installed.

public:
 bool IsPackageInstalled(System::String ^ packageName);
public:
 bool IsPackageInstalled(Platform::String ^ packageName);
bool IsPackageInstalled(std::wstring const & packageName);
public bool IsPackageInstalled (string packageName);
abstract member IsPackageInstalled : string -> bool
Public Function IsPackageInstalled (packageName As String) As Boolean

Parameters

packageName
String

Returns

Applies to