as you know, you can click in the search box at the top of the Solution Explorer and filter the items, and then you can clear the search by clicking the X or pressing Escape.
I am authoring an extension and need to make sure that the Solution Explorer search filter is cleared before I execute my own filtering. However, I'm struggling to find the command necessary to accomplish this. If you hover over the X button is says "Clear Search" so I searched the .vsct and .h files that come with the SDK and only found clear search commands for Object Browser and the Class View.
Can anyone point me to the guid and id of the command that executes when one presses to X or hits Escape in the Solution Explorer's search box?
Thanks!