Visual Studio 2010 Extensibility - How to get a current item's Call Hierarchy?
Posted
by Stephen Ellis
on Stack Overflow
See other posts from Stack Overflow
or by Stephen Ellis
Published on 2010-06-17T10:31:16Z
Indexed on
2010/06/17
10:33 UTC
Read the original article
Hit count: 540
visual-studio-2010
|Extensibility
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?
© Stack Overflow or respective owner