The region name to register to

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

Syntax

C#
void RegisterViewWithRegion<T>(
	string regionName
)
Visual Basic
Sub RegisterViewWithRegion(Of T) ( _
	regionName As String _
)
Visual C++
generic<typename T>
void RegisterViewWithRegion(
	String^ regionName
)

Parameters

regionName
Type: System..::..String
The region name

Type Parameters

T
The type that should be instatiated for this region

See Also