Share via


IVsHelpFavorites.AddFavoriteTopic Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.VSHelp80
Assembly:  Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)

Syntax

'Declaration
Sub AddFavoriteTopic ( _
    strTitle As String, _
    strUrl As String, _
    topicKeyword As String, _
    strTopicLocale As String _
)
void AddFavoriteTopic(
    string strTitle,
    string strUrl,
    string topicKeyword,
    string strTopicLocale
)
void AddFavoriteTopic(
    [InAttribute] String^ strTitle, 
    [InAttribute] String^ strUrl, 
    [InAttribute] String^ topicKeyword, 
    [InAttribute] String^ strTopicLocale
)
abstract AddFavoriteTopic : 
        strTitle:string * 
        strUrl:string * 
        topicKeyword:string * 
        strTopicLocale:string -> unit
function AddFavoriteTopic(
    strTitle : String, 
    strUrl : String, 
    topicKeyword : String, 
    strTopicLocale : String
)

Parameters

.NET Framework Security

See Also

Reference

IVsHelpFavorites Interface

Microsoft.VisualStudio.VSHelp80 Namespace