Hi
As we know, Quick Launch is a new feature in VS2012 and bring us a qucik way to access the menu.
However, consider a situation as this, we have a menu item defined in View and assoiate with class view items using querystatus, e.g. when we select a class view node, the menu item will be visiable/enable in View.
When I debug my code, I find that once I type some word in Quick Launch, VS will not call querystatus for re-query the status, it seems to use some existing cache to search. Even I take focus on class view and search the menu item using quick launch, the menu will not be found.
When I click on the node in class view and click on View in menu bar, queryStatus is getting called and menu item works well. Meanwhile, the quick launch can also find that item.
Can we control what should be shown for quick launch? I didn't find any API for this one.
Is there some way to force the quick launch to query status for me? or any other suggestion to handle such issue?
Thanks in advance.
Regards,
Yi
MSC on Computer Science (Parallel algorithm)