IVsHelpFavorites Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
<GuidAttribute("D1333514-2B6B-4479-8135-A39E286E146D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsHelpFavorites
[GuidAttribute("D1333514-2B6B-4479-8135-A39E286E146D")]
[InterfaceTypeAttribute()]
public interface IVsHelpFavorites
[GuidAttribute(L"D1333514-2B6B-4479-8135-A39E286E146D")]
[InterfaceTypeAttribute()]
public interface class IVsHelpFavorites
[<GuidAttribute("D1333514-2B6B-4479-8135-A39E286E146D")>]
[<InterfaceTypeAttribute()>]
type IVsHelpFavorites = interface end
public interface IVsHelpFavorites
The IVsHelpFavorites type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddFavoriteTopic | |
![]() |
ShowFavorites | Infrastructure. Microsoft Internal Use Only. |
Top