IVsHierarchyItemManager.IsChangingItems 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 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)