DiagramNode.TransferChildren(DiagramNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the child nodes of the source diagram node to the target (receiving) diagram node.
public:
void TransferChildren([Runtime::InteropServices::Out] Microsoft::Office::Interop::Word::DiagramNode ^ % ReceivingNode);
public void TransferChildren (out Microsoft.Office.Interop.Word.DiagramNode ReceivingNode);
abstract member TransferChildren : DiagramNode -> unit
Public Sub TransferChildren (ByRef ReceivingNode As DiagramNode)
Parameters
- ReceivingNode
- DiagramNode
Required DiagramNode object. The node to which to transfer the child nodes.