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: System.Boolean
true when changes from one of the following events are being processed:
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.