HierarchyItemCollectionChangedEventArgs Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

System.Object
  System.EventArgs
    System.Collections.Specialized.NotifyCollectionChangedEventArgs
      Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs

[CLSCompliantAttribute(false)]
public class HierarchyItemCollectionChangedEventArgs : NotifyCollectionChangedEventArgs

NameDescription
System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, IList)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, IList, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodHierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Object, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

NameDescription
System_CAPS_pubpropertyAction
System_CAPS_pubpropertyHierarchyManipulationState

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubpropertyNewItems
System_CAPS_pubpropertyNewStartingIndex
System_CAPS_pubpropertyOldItems
System_CAPS_pubpropertyOldStartingIndex

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: