IVsWebFavorites Interface

Enables a package to add to a user's Favorites list. You can get an instance of the interface from the SVsWebFavorites (SID_SVsWebFavorites) service.

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

Syntax

'Declaration
<GuidAttribute("E8B06F4C-6D01-11D2-AA7D-00C04F990343")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebFavorites
'Usage
Dim instance As IVsWebFavorites
[GuidAttribute("E8B06F4C-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface IVsWebFavorites
[GuidAttribute(L"E8B06F4C-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface class IVsWebFavorites
public interface IVsWebFavorites

See Also

Reference

IVsWebFavorites Members

Microsoft.VisualStudio.Shell.Interop Namespace