SummaryZoomSectionCollection

SummaryZoomSectionCollection class

表示一个 Summary Zoom Section 对象的集合。

public sealed class SummaryZoomSectionCollection : DomObject<SummaryZoomFrame>, 
    ISummaryZoomSectionCollection

属性

名称描述
Count { get; }获取集合中实际包含的元素数量。只读 Int32。
IsSynchronized { get; }返回一个值,指示访问集合是否是同步的(线程安全)。只读 Boolean。
Item { get; }获取指定索引处的元素。只读 ISummaryZoomSection
SyncRoot { get; }返回一个同步根。只读 Object。

方法

名称描述
AddSummaryZoomSection(ISection)创建新的 Summary Zoom Section 对象并将其添加到集合中。
Clear()从集合中删除所有 SummaryZoomSection 对象。
CopyTo(Array, int)将整个集合复制到指定的数组中。
GetEnumerator()返回一个迭代集合的枚举器。
GetSummarySection(ISection)返回给定部分的 Summary Zoom Section 元素。
IndexOf(ISummaryZoomSection)返回指定的 SummaryZoomSection 对象的索引。
RemoveSummaryZoomSection(ISection)从集合中移除 Summary Zoom Section 对象。

另请参见