ImageTransformOCollectionEffectiveData

ImageTransformOCollectionEffectiveData class

不可变对象,表示只读的有效图像变换效果集合。

public class ImageTransformOCollectionEffectiveData : IImageTransformOCollectionEffectiveData

Constructors

NameDescription
ImageTransformOCollectionEffectiveData()默认构造函数。

Properties

NameDescription
Count { get; }返回集合中图像效果的数量。只读 Int32。
IsSynchronized { get; }返回一个值,指示对集合的访问是否同步(线程安全)。只读 Boolean。
Item { get; }按索引返回元素。
SyncRoot { get; }返回同步根。只读 Object。

Methods

NameDescription
CopyTo(Array, int)将集合中的所有元素复制到指定的数组中。
override Equals(object)确定指定的对象是否等于当前对象。
GetEnumerator()返回一个枚举器,以遍历集合。
override GetHashCode()充当特定类型的哈希函数,适用于哈希算法和诸如哈希表的数据结构。

Remarks

名称 IImageTransformOperationCollectionEffectiveData 被截断为 IImageTransformOCollectionEffectiveData,因为 COM 名称长度不能超过 39。

See Also