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.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Property Context As Object
public Object Context { get; set; }
public:
virtual property Object^ Context {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
function get_context();
function set_context(value);

Field Value

The context value to be shared.

Implements

IRegion.Context

See Also

Region Class

Microsoft.Practices.Composite.Presentation.Regions Namespace