Our product is based on the VS2013 Isolated Shell.
We want that Help appears in the Web Browser and we want to specify directly the Web page to open. Is it possible to override the default help system in the VS Isolated Shell?
I read this article: https://msdn.microsoft.com/en-us/library/dd627473%28v=vs.120%29.aspx?f=255&MSPPError=-2147217396
Maybe I could do what I want to do with some information found is this article, but there are some elements that I don't understand.
What is VSIP Prefix? What it looks like?
How to define/create a partner namespace?
Could we have our own help page for VS Window (like the output window or the Solution Explorer window)? How could we override the help provided the by default by the VS Isolated Shell for those windows?
Is there a way to define a F1Keyword is order to force opening it in a WebBroswer instead of in the Help Viewer?
Regards.