IViewContainer is used for Window classes to indicate that the window can be used as a shell

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

Syntax

C#
public interface IViewContainer : IView
Visual Basic
Public Interface IViewContainer _
	Inherits IView
Visual C++
public interface class IViewContainer : IView

See Also