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)
Syntax
'Declaration
<GuidAttribute("E8B06F3D-6D01-11D2-AA7D-00C04F990343")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebURLMRU
[GuidAttribute("E8B06F3D-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface IVsWebURLMRU
[GuidAttribute(L"E8B06F3D-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface class IVsWebURLMRU
[<GuidAttribute("E8B06F3D-6D01-11D2-AA7D-00C04F990343")>]
[<InterfaceTypeAttribute()>]
type IVsWebURLMRU = interface end
public interface IVsWebURLMRU
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