Share via


IRegionCollection.Item Property

Gets the IRegion with the name received as index.

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

Syntax

'Declaration
ReadOnly Property Item ( _
    regionName As String _
) As IRegion
IRegion Item[
    string regionName
] { get; }
property IRegion^ Item[String^ regionName] {
    IRegion^ get (String^ regionName);
}
function get_item(regionName);

Parameters

  • regionName
    Type: System.String
    Name of the region to be retrieved.

Return Value

The IRegion identified with the requested name.

See Also

IRegionCollection Interface

Microsoft.Practices.Composite.Regions Namespace