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

'宣言
Sub AddFavoriteTopic ( _
    strTitle As String, _
    strUrl As String, _
    topicKeyword As String, _
    strTopicLocale As String _
)
'使用
Dim instance As IVsHelpFavorites
Dim strTitle As String
Dim strUrl As String
Dim topicKeyword As String
Dim strTopicLocale As String

instance.AddFavoriteTopic(strTitle, strUrl, _
    topicKeyword, strTopicLocale)
void AddFavoriteTopic(
    string strTitle,
    string strUrl,
    string topicKeyword,
    string strTopicLocale
)
void AddFavoriteTopic(
    [InAttribute] String^ strTitle, 
    [InAttribute] String^ strUrl, 
    [InAttribute] String^ topicKeyword, 
    [InAttribute] String^ strTopicLocale
)
function AddFavoriteTopic(
    strTitle : String, 
    strUrl : String, 
    topicKeyword : String, 
    strTopicLocale : String
)

Parameters

Permissions

See Also

Reference

IVsHelpFavorites Interface

IVsHelpFavorites Members

Microsoft.VisualStudio.VSHelp80 Namespace