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

屬性值

Boolean

如果列舉值反復查看集合的集合,則為 true ;如果列舉值反復查看物件的集合,則 為 false

屬性

適用於