Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InstantiateDynamicViewInRegion Method (parentView, regionName, viewActivatorName, instantiateViewName, context)
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerIViewManagerInstantiateDynamicViewInRegion(Object, String, String, String, Object)
Instantiates the dynamic view in a region.
Declaration Syntax
C#Visual BasicVisual C++
InstantiatedView InstantiateDynamicViewInRegion(
	Object parentView,
	string regionName,
	string viewActivatorName,
	string instantiateViewName,
	Object context
)
Function InstantiateDynamicViewInRegion ( _
	parentView As Object, _
	regionName As String, _
	viewActivatorName As String, _
	instantiateViewName As String, _
	context As Object _
) As InstantiatedView
InstantiatedView^ InstantiateDynamicViewInRegion(
	Object^ parentView, 
	String^ regionName, 
	String^ viewActivatorName, 
	String^ instantiateViewName, 
	Object^ context
)
Parameters
parentView (Object)
The parent view.
regionName (String)
The name of the region.
viewActivatorName (String)
The name of the view activator.
instantiateViewName (String)
context (Object)
The context.
Return Value
The instantiated view

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)