How can I programmatically refresh Visual Studio Solution Explorer?
Posted
by joerage
on Stack Overflow
See other posts from Stack Overflow
or by joerage
Published on 2010-03-03T19:13:15Z
Indexed on
2010/03/16
14:16 UTC
Read the original article
Hit count: 273
visual-studio
|solution-explorer
Hi!
How can I programmatically refresh Visual Studio Solution Explorer?
I can get a hold of the solution explorer window object, but don't know what to do with it!
var solutionExplorer = (UIHierarchy)DTE.Windows.Item(Constants.vsext_wk_SProjectWindow).Object();
Thanks.
© Stack Overflow or respective owner