locked
Identify if an ItemId in an Hierarchy is a Dependency RRS feed

  • Question

  • I am not quite sure how you would go about checking whether an itemId in an IVsHierarchy is a Dependency Node, which is the parent node of all references of a project.
    Monday, April 13, 2020 3:13 PM

All replies

  • Hi 24_minutes,

    Welcome to MSDN forum.

    You can refer it from here:

    With nested hierarchies, the parent hierarchy can override the behavior of any of its nested hierarchies. Thus, if a command is executed on an item in the nested hierarchy, the parent hierarchy is allowed first chance at responding to that command.

    Best Regards,

    Dylan


    MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com

    Tuesday, April 14, 2020 4:26 AM