Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies clients of additional changes to the hierarchy.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("0D707B06-F2E8-4556-A98A-D015B67AE3EF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsHierarchyEvents2
[GuidAttribute("0D707B06-F2E8-4556-A98A-D015B67AE3EF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHierarchyEvents2
[GuidAttribute(L"0D707B06-F2E8-4556-A98A-D015B67AE3EF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsHierarchyEvents2
[<GuidAttribute("0D707B06-F2E8-4556-A98A-D015B67AE3EF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHierarchyEvents2 = interface end
public interface IVsHierarchyEvents2
The IVsHierarchyEvents2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnItemAdded | Notifies clients when an item is added to the hierarchy. |
Top