VsEnumerable<TComEnumerator,TComEnumerated,TEnumerated>.IsEnumerating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that indicates whether the enumerator is currently enumerating. If true
, the enumerator is enumerating.
protected:
property bool IsEnumerating { bool get(); };
protected:
property bool IsEnumerating { bool get(); };
protected bool IsEnumerating { get; }
member this.IsEnumerating : bool
Protected ReadOnly Property IsEnumerating As Boolean