Returns the context instance used for the shell main window

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IContext ShellContext { get; }
Visual Basic
Public ReadOnly Property ShellContext As IContext
	Get
Visual C++
public:
property IContext^ ShellContext {
	IContext^ get ();
}

See Also