Share via


Region.Context Property

Gets or sets a context for the region. This value can be used by the user to share context with the views.

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

Syntax

public Object Context { get; set; }
'Declaration
Public Property Context As Object
    Get
    Set

Field Value

The context value to be shared.

Implements

IRegion.Context

See Also

Region Class

Microsoft.Practices.Prism.Regions Namespace