IVsHierarchyItemManager.IsChangingItems Property

Definition

Gets whether or not item additions or removals from an IVsHierarchy are currently being processed. This property will be true when changes from one of the following events are being processed:

IVsHierarchyEvents.OnItemAdded IVsHierarchyEvents.OnItemDeleted IVsHierarchyEvents.OnItemsAppended IVsHierarchyEvents.OnInvalidateItems.

public:
 property bool IsChangingItems { bool get(); };
public:
 property bool IsChangingItems { bool get(); };
public bool IsChangingItems { get; }
member this.IsChangingItems : bool
Public ReadOnly Property IsChangingItems As Boolean

Property Value

true when changes from one of the following events are being processed: OnItemAdded(UInt32, UInt32, UInt32)OnItemDeleted(UInt32)OnItemsAppended(UInt32)OnInvalidateItems(UInt32)

Applies to