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

Syntax

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

Field Value

The context value to be shared.

See Also

IRegion Interface

Microsoft.Practices.Composite.Regions Namespace