HierarchyObject.AddChild(String, Object) Method

Definition

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)

Parameters

name
String

A String string that represents the name of the child.

value
Object

A Object value that represents the child.

Applies to