The AddAfter method attaches as the next sibling the given NBElement and its children, or a copy of the given NBElement if it is still attached somewhere else.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement AddAfter(
NBElement source
)
public NBElement AddAfter(
NBElement source
)
Public Function AddAfter (
source As NBElement
) As NBElement
Public Function AddAfter (
source As NBElement
) As NBElement
public:
NBElement^ AddAfter(
NBElement^ source
)
public:
NBElement^ AddAfter(
NBElement^ source
)
member AddAfter :
source : NBElement -> NBElement
member AddAfter :
source : NBElement -> NBElement
Return Value
Type:
NBElementThe after element.
An unattached element (an element with no parent), and any child elements it might possess, is connected to the element tree as the next sibling of the target (this) element.
An attached element (an element that has a parent) is copied and the copy is connected to the element tree as the next sibling of the target (this) element.