IVsFavoritesProvider Interface
Used by the environment when adding a URL to the favorites list.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFavoritesProvider
[GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface IVsFavoritesProvider
[GuidAttribute(L"E8B06F4D-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface class IVsFavoritesProvider
[<GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343")>]
[<InterfaceTypeAttribute()>]
type IVsFavoritesProvider = interface end
public interface IVsFavoritesProvider
The IVsFavoritesProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
Navigate | Gets an IVsWindowFrame the IDE can use when adding to the favorites list. |
Top
Remarks
If you register a URL protocol as part of your package, you should implement IVsFavoritesProvider.