IVsWebFavorites Interface

Definition

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.

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

Methods

AddFavorite(String, String, String, Int32, String[])

Add an item to the Favorites list.

Applies to