Determines the scope of entries visible to a space iterator.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public enum IteratorScope
Public Enumeration IteratorScope
public enum class IteratorScope
public enum IteratorScope
Members
Member | Description |
---|---|
ExistingEntries |
Indicates that the iterator will process entries currently in the space and ignores future changes.
|
FutureEntries |
Indicates that the iterator will ignore entries currently in the space and process future changes.
|
ExistingAndFutureEntries |
Indicates that the iterator will process both entries currently in the space and future changes.
|