Share via


RegionManager.GetRegionContext Method

Gets the value of the RegionContextProperty attached property.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public static Object GetRegionContext(
    DependencyObject target
)
'Declaration
Public Shared Function GetRegionContext ( _
    target As DependencyObject _
) As Object

Parameters

Return Value

The region context to pass to the contained views.

See Also

RegionManager Class

Microsoft.Practices.Prism.Regions Namespace