IVsWebURLMRU Members
Include Protected Members
Include Inherited Members
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.
The IVsWebURLMRU type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddURL | Add a URL to the most recently used (MRU) list. | |
GetURLArray | Retrieve the URLs in the most recently used (MRU) list. |
Top