Intersoft ClientUI Documentation
SetDefaultContainer Method



The dependency container to be applied as default container.
Sets the default dependency container for this UXShell instance.
Syntax
Public Shared Sub SetDefaultContainer( _
   ByVal container As IDependencyContainer _
) 
Dim container As IDependencyContainer
 
UXShell.SetDefaultContainer(container)
public static void SetDefaultContainer( 
   IDependencyContainer container
)
public:
static void SetDefaultContainer( 
   IDependencyContainer^ container
) 

Parameters

container
The dependency container to be applied as default container.
Remarks
When unspecified, the shell will automatically use the built-in ClientUI dependency container, represented by the Intersoft.Client.Framework.Containers.IocContainer class.
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