ItemOperations.Navigate Method
Visual Studio 2012
Goes to the given URL.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- URL
- Type: System.String
Optional. URL of the file to open. If URL is not specified, the default home page is opened. The default value of URL is "".
- Options
- Type: EnvDTE.vsNavigateOptions
Optional. A vsNavigateOptions constant that determines whether the browsed content displays in an external Web browser window or in a new window.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.