The type to register with a region

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
)
Visual Basic
Sub RegisterViewWithRegion ( _
	regionName As String, _
	type As Type _
)
Visual C++
void RegisterViewWithRegion(
	String^ regionName, 
	Type^ type
)

Parameters

regionName
Type: System..::..String
The region name
type
Type: System..::..Type
The type to instatiate

See Also