Click or drag to resize
weroSoft AG, Software
ClientPluginGetView Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the view of the plug-in.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual FrameworkElement GetView()

Return Value

Type: FrameworkElement
Returns the registered VisualRoot.

Implements

IClientPluginGetView
Remarks
Since this method returns the currently registered VisualRoot ensure the property is initialized before the GetView() gets called. Note that the constructor or the method Create are called from the framework before the Models get called.
See Also