Northwoods.Go Assembly > Northwoods.Go Namespace > GoGroup Class : ChildNames Property |
'Declaration Public ReadOnly Property ChildNames As Dictionary(Of Object,Object)
public Dictionary<object,object> ChildNames {get;}
Dictionary
, but will be null/nothing until you call AddChildName.The dictionary should contain mappings in both directions-- from String name to child GoObject, and the reverse, from object to name. In order to save space, overrides of FindName and FindChild will handle common child names rather than using a hash table data structure. For example, GoBasicNode provides the name "Label" for its GoText part that is the value of its Label property.
To modify this hash table, call AddChildName, RemoveChildName(String), or RemoveChildName(GoObject). If you modify this dictionary directly, such changes are not recorded by the undo manager.
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