Share via


SmartArtNodes 接口

定义

表示 SmartArt 关系图中的节点集合。

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

注解

这些节点直接对应于图形数据模型中的语义元素。

属性

Application

获取一个 Object 对象,该对象表示 SmartArtNodes 对象的容器应用程序。

Count

获取 SmartArtNodes集合中包含的对象数SmartArtNode

Creator

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

Item[Object]

SmartArtNode获取位于指定索引处或具有指定唯一标识符的对象。

Parent

获取调用对象。

方法

Add()

将具有指定文本的新 SmartArtNode 对象添加到关系图。

GetEnumerator()

表示 SmartArt 关系图中的节点集合。

适用于