IVsWebURLMRU Interface

Definition

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.

public interface class IVsWebURLMRU
public interface class IVsWebURLMRU
__interface IVsWebURLMRU
[System.Runtime.InteropServices.Guid("E8B06F3D-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebURLMRU
[System.Runtime.InteropServices.Guid("E8B06F3D-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebURLMRU
[<System.Runtime.InteropServices.Guid("E8B06F3D-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebURLMRU = interface
[<System.Runtime.InteropServices.Guid("E8B06F3D-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebURLMRU = interface
Public Interface IVsWebURLMRU
Attributes

Methods

AddURL(String)

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

GetURLArray(Object)

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

Applies to