Share via


DiagramNodes 接口

定义

表示关系图中的所有节点的 对象的集合 DiagramNode

public interface class DiagramNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C036E-0000-0000-C000-000000000046")]
public interface DiagramNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
Public Interface DiagramNodes
Implements _IMsoDispObj, IEnumerable
属性
实现

注解

Nodes使用 Diagram 对象的 属性可返回 DiagramNodes 集合。 Item(Object)使用 方法选择和使用关系图中的单个关系图节点。

SelectAll()使用 方法选择并处理关系图中的所有节点。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Parent

返回指定对象的父对象。

方法

GetEnumerator()

表示关系图中的所有节点的 对象的集合 DiagramNode

Item(Object)

从集合中返回一个对象。

SelectAll()

选择指定集合中的所有形状。

适用于