Share via


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)

Syntax

'Declaration
ReadOnly Property IsChangingItems As Boolean
bool IsChangingItems { get; }
property bool IsChangingItems {
    bool get ();
}
abstract IsChangingItems : bool with get
function get IsChangingItems () : boolean

Property Value

Type: Boolean

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

.NET Framework Security

See Also

Reference

IVsHierarchyItemManager Interface

Microsoft.VisualStudio.Shell Namespace