Compartir a través de


IVsFavoritesProvider Interface

Definition

Used by the environment when adding a URL to the favorites list.

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

Remarks

If you register a URL protocol as part of your package, you should implement IVsFavoritesProvider.

Methods

Name Description
Navigate(String, UInt32, IVsWindowFrame)

Gets an IVsWindowFrame the IDE can use when adding to the favorites list.

Applies to