ISmartArtNodeCollection

ISmartArtNodeCollection interface

表示 SmartArt 节点的集合。

public interface ISmartArtNodeCollection : IGenericCollection<ISmartArtNode>

特性

姓名描述
Item { get; }按索引返回节点。 只读ISmartArtNode

方法

姓名描述
AddNode()添加新节点或子节点。
AddNodeByPosition(int)在节点集合的选定位置添加新节点。
RemoveNode(int)按索引删除节点或子节点。
RemoveNode(ISmartArtNode)删除节点或子节点。

也可以看看