Gets the UXShell instance that manages the application lifecycle.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetShell() As UXShell |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXDesktop
Dim value As UXShell
value = instance.GetShell() |
Delphi | |
---|
public function GetShell(): UXShell; |
JScript | |
---|
public function GetShell() : UXShell; |
Managed Extensions for C++ | |
---|
public: UXShell* GetShell(); |
Return Value
A UXShell object.
Requirements
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
See Also