views:

15

answers:

0

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 sure 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?

related questions