IVsWebFavorites 接口

定义

使包能够添加到用户的收藏夹列表。 可以从 SVsWebFavorites (SID_SVsWebFavorites) 服务获取接口的实例。

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(1)>]
type IVsWebFavorites = interface
Public Interface IVsWebFavorites
属性

方法

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

将项目添加到收藏夹列表。

适用于