The type to register with a region and the context it should be created from.

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

Syntax

C#
void RegisterViewWithRegion(
	string regionName,
	Type type,
	string context
)
Visual Basic
Sub RegisterViewWithRegion ( _
	regionName As String, _
	type As Type, _
	context As String _
)
Visual C++
void RegisterViewWithRegion(
	String^ regionName, 
	Type^ type, 
	String^ context
)

Parameters

regionName
Type: System..::..String
The region name
type
Type: System..::..Type
The type
context
Type: System..::..String
The context that will be used to instatiate the type from

See Also