Class OutputIntents

OutputIntents class

表示 OutputIntent 的集合。

public sealed class OutputIntents : ICollection<OutputIntent>

Properties

NameDescription
Count { get; }获取集合中包含的输出意图的数量。
IsReadOnly { get; }获取一个值,指示集合是否为只读。
Item { get; }获取指定 index 处的输出意图。

Methods

NameDescription
Add(OutputIntent)将输出意图添加到集合中。
Clear()从集合中移除所有输出意图。
Contains(OutputIntent)确定集合是否包含特定的输出意图。
CopyTo(OutputIntent[], int)将集合的元素复制到 array,从特定的 arrayIndex 开始。
GetEnumerator()返回一个枚举器,用于迭代集合。
Remove(OutputIntent)从集合中移除特定输出意图的第一次出现。

See Also