Determines whether an application is available in either the shell or storage.
Public Function IsApplicationAvailable( _
ByVal As String _
) As Boolean
Dim instance As UXShell
Dim appName As String
Dim value As Boolean
value = instance.IsApplicationAvailable(appName)
public bool IsApplicationAvailable(
string
)
public:
bool IsApplicationAvailable(
String^
)
Parameters
- appName
- The name of the application to be queried.
Return Value
Returns true if the application package is available.
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