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)
Usage
Public Class iagramNodeChildrenImplementation
Implements DiagramNodeChildren
End Class
Dim iagramNodeChildrenImplementation1 As New iagramNodeChildrenImplementation()
Syntax
Public Interface DiagramNodeChildren
Inherits IEnumerable
public interface DiagramNodeChildren : IEnumerable
public interface class DiagramNodeChildren : public IEnumerable
public interface DiagramNodeChildren implements IEnumerable
public interface DiagramNodeChildren implements 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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Interop.Word Namespace