HierarchyObject.AddChild(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a name of the child object.
public:
abstract void AddChild(System::String ^ name, System::Object ^ value);
public abstract void AddChild (string name, object value);
abstract member AddChild : string * obj -> unit
Public MustOverride Sub AddChild (name As String, value As Object)