DiagramNodeChildren Interface

Definition

A collection of DiagramNode objects that represents the child nodes in a diagram.

public interface class DiagramNodeChildren : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209EA-0000-0000-C000-000000000046")]
public interface DiagramNodeChildren : System.Collections.IEnumerable
type DiagramNodeChildren = interface
    interface IEnumerable
Public Interface DiagramNodeChildren
Implements IEnumerable
Attributes
Implements

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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

FirstChild

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

Item[Object]

Returns an individual object in a collection.

LastChild

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

Parent

Returns an object that represents the parent object of the specified object.

Methods

AddNode(Object, MsoDiagramNodeType)

Adds a DiagramNode object to a collection of child diagram nodes.

GetEnumerator()
SelectAll()

Selects all the shapes in the main story, in a canvas, or in headers and footers of a document.

Applies to