DiagramNodeChildren Interface
A collection of DiagramNode objects that represents the child nodes in a diagram.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("000209EA-0000-0000-C000-000000000046")> _
Public Interface DiagramNodeChildren _
Inherits IEnumerable
'Usage
Dim instance As DiagramNodeChildren
[GuidAttribute("000209EA-0000-0000-C000-000000000046")]
public interface DiagramNodeChildren : IEnumerable
Remarks
Use the Children property to return the nodes in a DiagramNodeChildren collection. Use the FirstChild property to access the first child node in a diagram.