Intersoft ClientUI Documentation
GetApplication Method



The attribute of which the application to be retrieved. You can pass-in one of the following attributes: ID, Source or VirtualPathIdentity.
Gets the application packaged given its identifier, source, or virtual path identity.
Syntax
Public Function GetApplication( _
   ByVal appAttribute As String _
) As ApplicationPackage
Dim instance As UXShell
Dim appAttribute As String
Dim value As ApplicationPackage
 
value = instance.GetApplication(appAttribute)
public ApplicationPackage GetApplication( 
   string appAttribute
)
public:
ApplicationPackage^ GetApplication( 
   String^ appAttribute
) 

Parameters

appAttribute
The attribute of which the application to be retrieved. You can pass-in one of the following attributes: ID, Source or VirtualPathIdentity.

Return Value

An ApplicationPackage object.
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