IVsHierarchyEvents2 Interface

Definition

Notifies clients of additional changes to the hierarchy.

public interface class IVsHierarchyEvents2
public interface class IVsHierarchyEvents2
__interface IVsHierarchyEvents2
[System.Runtime.InteropServices.Guid("0D707B06-F2E8-4556-A98A-D015B67AE3EF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHierarchyEvents2
[<System.Runtime.InteropServices.Guid("0D707B06-F2E8-4556-A98A-D015B67AE3EF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHierarchyEvents2 = interface
Public Interface IVsHierarchyEvents2
Attributes

Methods

OnItemAdded(UInt32, UInt32, UInt32, Boolean)

Notifies clients when an item is added to the hierarchy.

Applies to