IFillFormatCollectionEffectiveData

IFillFormatCollectionEffectiveData interface

不可变对象,表示有效填充格式的只读集合。

public interface IFillFormatCollectionEffectiveData : IGenericCollection<IFillFormatEffectiveData>

属性

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

备注

此接口用作 IFormatSchemeEffectiveData 的一部分。

另见