VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>::IsEnumerating Property

 

Gets a Boolean value that indicates whether the enumerator is currently enumerating. If true, the enumerator is enumerating.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
property bool IsEnumerating {
	bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: