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, IEnumerator
Public Interface IRegionsEnumeratorInternal
Inherits IObjectsEnumeratorInternal(Of RegionBase), IEnumerator(Of RegionBase),
IDisposable, IEnumerator
public interface class IRegionsEnumeratorInternal : IObjectsEnumeratorInternal<RegionBase^>,
IEnumerator<RegionBase^>, IDisposable, IEnumerator
type 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 IEnumerator<RegionBase>) |
FilterProtected |
Specifies whether the enumerator should hide all Objects protected by the locked collapsed Area Objects.
(Inherited from IObjectsEnumeratorInternal<T>) |
Objects |
Underlying list of Objects being enumerated.
(Inherited from IObjectsEnumeratorInternal<T>) |
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) |