In This Article

ILogicalParent Interface

Provides the base requirements for an element that can add and remove logical child elements.

public interface ILogicalParent

Methods

AddLogicalChild(object)

Adds the provided object to the logical tree of this element.

void AddLogicalChild(object child)
Parameter Type Description
child object

Child element to add.

RemoveLogicalChild(object)

Removes the provided object from the logical tree of this element.

void RemoveLogicalChild(object child)
Parameter Type Description
child object

Child element to remove.