Northwoods.Go Assembly > Northwoods.Go Namespace > GoGroup Class > Item Property : Item(String) Property |
The getter just calls FindChild. The setter just calls AddChildName.
For example: GoBasicNode n = ...; System.Diagnostics.Debug.Assert(n["Label"] == n.Label);
Remember that you can also refer to a particular child object by its position (integer index) in this group, since GoGroup implements IList
.
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