Share via


IRegion.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

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

Field Value

The context value to be shared.

See Also

IRegion Interface

Microsoft.Practices.Prism.Regions Namespace