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

‘선언
<GuidAttribute("E8B06F3D-6D01-11D2-AA7D-00C04F990343")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebURLMRU
‘사용 방법
Dim instance As 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

See Also

Reference

IVsWebURLMRU Members

Microsoft.VisualStudio.Shell.Interop Namespace