IVsWebURLMRU Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("E8B06F3D-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute(1)]
public interface IVsWebURLMRU

NameDescription
System_CAPS_pubmethodAddURL(String)

Add a URL to the most recently used (MRU) list.

System_CAPS_pubmethodGetURLArray(Object)

Retrieve the URLs in the most recently used (MRU) list.

Return to top
Show: