DiagramNode.Children Property
Returns a DiagramNodeChildren object that contains all of the children of the specified diagram node.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Children As DiagramNodeChildren
Get
'Usage
Dim instance As DiagramNode
Dim value As DiagramNodeChildren
value = instance.Children
DiagramNodeChildren Children { get; }
Property Value
Type: Microsoft.Office.Interop.Word.DiagramNodeChildren