 | NodeParentSetChildAt method |
Saves the child node at the transferred index and attaches itself to the events of the child node.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual void SetChildAt(
int index,
LogicalNode child
)
Public Overridable Sub SetChildAt (
index As Integer,
child As LogicalNode
)
public:
virtual void SetChildAt(
int index,
LogicalNode^ child
)
abstract SetChildAt :
index : int *
child : LogicalNode -> unit
override SetChildAt :
index : int *
child : LogicalNode -> unit
Parameters
- index Int32
- The index at which the child node is to be saved.
- child LogicalNode
- The child node to be saved.
See also