IVsFavoritesProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Navigate(String, UInt32, IVsWindowFrame) |
Gets an IVsWindowFrame the IDE can use when adding to the favorites list. |