The DetachAllChildren method detaches all the children of the NBElement being operated on from the logical element tree.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public Collection<NBElement> DetachAllChildren()
public Collection<NBElement> DetachAllChildren()
Public Function DetachAllChildren As Collection(Of NBElement)
Public Function DetachAllChildren As Collection(Of NBElement)
public:
Collection<NBElement^>^ DetachAllChildren()
public:
Collection<NBElement^>^ DetachAllChildren()
member DetachAllChildren : unit -> Collection<NBElement>
member DetachAllChildren : unit -> Collection<NBElement>
Return Value
Type:
Collection NBElement All detached elements.