Visual Studio 2010 Extensibility - How to get a current item's Call Hierarchy?
- by Stephen Ellis
I'm trying to use Visual Studio's Extensibility model to access call hierarchy for a particular method and then to populate my own control with the results. I'm pretty the answer must lie in the ICallHierarchyMemberItem interface but I can't work out how to get an instance of the something that implements this interface. Can anyone help?