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)
[InterfaceTypeAttribute(1)]
[GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343")]
public interface IVsFavoritesProvider
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343") */
public interface IVsFavoritesProvider
InterfaceTypeAttribute(1)
GuidAttribute("E8B06F4D-6D01-11D2-AA7D-00C04F990343")
public interface IVsFavoritesProvider
If you register a URL protocol as part of your package, you should implement IVsFavoritesProvider.