DiagramNodeChildren.FirstChild Property 

Returns a DiagramNode object that represents the first child node of a parent node.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim diagramNodeChildren1 As DiagramNodeChildren

Dim returnValue As DiagramNode
returnValue = diagramNodeChildren1.FirstChild

Syntax

ReadOnly Property FirstChild() As DiagramNode
DiagramNode FirstChild {get;}
property DiagramNode^ FirstChild{
    DiagramNode^ get();
}
public DiagramNode get_FirstChild();
function get FirstChild() : DiagramNode;

Remarks

Use the LastChild property to access the last child node. Use the Root property to access the parent node in a diagram.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

DiagramNodeChildren Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

DiagramNodeChildren Members