Visual Basic (Declaration) | |
---|---|
Public Shared Sub SetDefaultContainer( _ ByVal container As IDependencyContainer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim container As IDependencyContainer UXShell.SetDefaultContainer(container) |
C# | |
---|---|
public static void SetDefaultContainer( IDependencyContainer container ) |
Delphi | |
---|---|
public procedure SetDefaultContainer( container: IDependencyContainer ); static; |
JScript | |
---|---|
public static function SetDefaultContainer( container : IDependencyContainer ); |
Managed Extensions for C++ | |
---|---|
public: static void SetDefaultContainer( IDependencyContainer* container ) |
C++/CLI | |
---|---|
public: static void SetDefaultContainer( IDependencyContainer^ container ) |
Parameters
- container
- The dependency container to be applied as default container.
When unspecified, the shell will automatically use the built-in ClientUI dependency container, represented by the Intersoft.Client.Framework.Containers.IocContainer class.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family