Intersoft ClientUI Documentation
ImportApplicationPackage Method



The URI of which application package metadata will be retrieved.
Imports an application package from the specified URI.
Syntax
Public Sub ImportApplicationPackage( _
   ByVal uri As Uri _
) 
Dim instance As UXShell
Dim uri As Uri
 
instance.ImportApplicationPackage(uri)
public void ImportApplicationPackage( 
   Uri uri
)
public:
void ImportApplicationPackage( 
   Uri^ uri
) 

Parameters

uri
The URI of which application package metadata will be retrieved.
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