OutputIntents.Remove

OutputIntents.Remove 方法

从集合中移除特定输出意图的第一次出现。

public bool Remove(OutputIntent item)
参数类型描述
itemOutputIntent要从集合中移除的输出意图。

返回值

true 如果 item 成功从集合中移除;false 如果 item 在原始集合中未找到。

另请参阅