Intersoft ClientUI Documentation
Item Property (IRegionCollection)



Name of the region to be retrieved.
Gets the IRegion with the name received as index.
Syntax
ReadOnly Default Property Item( _
   ByVal regionName As String _
) As IRegion
Dim instance As IRegionCollection
Dim regionName As String
Dim value As IRegion
 
value = instance.Item(regionName)
IRegion this[ 
   string regionName
]; {get;}
property IRegion^ default [String^] {
   IRegion^ get(String^ regionName);
}

Parameters

regionName
Name of the region to be retrieved.

Property Value

The IRegion identified with the requested name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRegionCollection Interface
IRegionCollection Members

Send Feedback