IEffectStyleCollectionEffectiveData

IEffectStyleCollectionEffectiveData 接口

不可变对象,表示有效效果样式的只读集合。

public interface IEffectStyleCollectionEffectiveData : IGenericCollection<IEffectStyleEffectiveData>

属性

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

备注

此接口作为 IFormatSchemeEffectiveData 的一部分使用。

另见