Intersoft ClientUI Documentation
GetInstalledApplications Method



Gets a list of installed application packages.
Syntax
Public Function GetInstalledApplications() As List(Of ApplicationPackage)
Dim instance As UXShell
Dim value As List(Of ApplicationPackage)
 
value = instance.GetInstalledApplications()
public List<ApplicationPackage> GetInstalledApplications()
public:
List<ApplicationPackage^>^ GetInstalledApplications(); 

Return Value

A collection of the ApplicationPackage that have been installed to the storage.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback