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)

[GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute(1)]
public interface IVsFavoritesProvider

NameDescription
System_CAPS_pubmethodNavigate(String, UInt32, IVsWindowFrame)

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

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

Return to top
Show: