ISmartArtShapeCollection

ISmartArtShapeCollection 接口

表示一组SmartArt形状

public interface ISmartArtShapeCollection : IGenericCollection<ISmartArtShape>

属性

名称描述
Item { get; }获取指定索引处的元素。只读 ISmartArtShape。元素的零基索引

另见