Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of RegionsEnumerator.
public interface IRegionsEnumeratorInternal : IObjectsEnumeratorInternal<RegionBase>,
IEnumerator<RegionBase>, IDisposable, IEnumeratorPublic Interface IRegionsEnumeratorInternal
Inherits IObjectsEnumeratorInternal(Of RegionBase), IEnumerator(Of RegionBase),
IDisposable, IEnumeratorpublic interface class IRegionsEnumeratorInternal : IObjectsEnumeratorInternal<RegionBase^>,
IEnumerator<RegionBase^>, IDisposable, IEnumeratortype IRegionsEnumeratorInternal =
interface
interface IObjectsEnumeratorInternal<RegionBase>
interface IEnumerator<RegionBase>
interface IDisposable
interface IEnumerator
end| Current | Gets the element in the collection at the current position of the enumerator. (Inherited from IEnumeratorRegionBase) |
| FilterProtected |
Specifies whether the enumerator should hide all Objects protected by the locked collapsed Area Objects.
(Inherited from IObjectsEnumeratorInternalT) |
| Objects |
Underlying list of Objects being enumerated.
(Inherited from IObjectsEnumeratorInternalT) |
| CreateStore | Creates a Store instance for evaluation. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator) |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator) |