Determines the scope of entries visible to a space iterator.
            
| C# | Visual Basic | Visual C++ | J# | 
[ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class")] public enum IteratorScope
<ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class")> _ Public Enumeration IteratorScope
[ObsoleteAttribute(L"Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class")] public enum class IteratorScope
/** @attribute ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class") */ public enum IteratorScope
| 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.
              | 
