IVsWebURLMRU Interface
Visual Studio 2015
Enables a package to add a URL to the most recently used (MRU) list of URLs and to get a list of all of the URLs in the MRU list. You can get an instance of the interface from the SVsWebURLMRU (SID_SVsWebURLMRU) service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddURL(String) | Add a URL to the most recently used (MRU) list. |
![]() | GetURLArray(Object) | Retrieve the URLs in the most recently used (MRU) list. |
Show:
