IVsHierarchyItemManager::IsChangingItems Property

 

Gets whether item additions or removals from an IVsHierarchy are currently being processed.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

property bool IsChangingItems {
	bool get();
}

Property Value

Type: System::Boolean

true when changes from one of the following events are being processed:

Return to top
Show: