语言

IDTSForEachEnumerator100.CollectionEnumerator 属性

定义

获取或设置一个值,表示枚举器正在迭代的对象类型。

public:
 property bool CollectionEnumerator { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1)]
public bool CollectionEnumerator { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.CollectionEnumerator : bool with get, set
Public Property CollectionEnumerator As Boolean

属性值

如果枚举器在迭代集合集合时,则为真;如果枚举器是在迭代一组对象,则为假。

属性

注解

有关详细信息,请参阅 IDTSForEachEnumerator

适用于