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
[GuidAttribute("E8B06F4C-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface IVsWebFavorites
[GuidAttribute(L"E8B06F4C-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface class IVsWebFavorites
[<GuidAttribute("E8B06F4C-6D01-11D2-AA7D-00C04F990343")>]
[<InterfaceTypeAttribute()>]
type IVsWebFavorites =  interface end
public interface IVsWebFavorites

The IVsWebFavorites type exposes the following members.

Methods

  Name Description
Public method AddFavorite Add an item to the Favorites list.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace