Comments
1 comment
-
Hi Jason,
You should be able to do this by calling GetService and getting an instance of IAssemblyBrowser. You can then set ActiveItem on IAssemblyBrowser.
The IAssemblyBrowser.ActiveItem will take any of the following types:
IAssemblyReference
ITypeReference
IMemberReference // And derived types IE IMemberDeclaration etc
IResource
IModule // As long as module.Assembly != null
Hope this helps,
James
Add comment
Please sign in to leave a comment.
Thanks,
Jason