Share via


IVsHelpFavorites.AddFavoriteTopic(String, String, String, String) Method

Definition

public:
 void AddFavoriteTopic(System::String ^ strTitle, System::String ^ strUrl, System::String ^ topicKeyword, System::String ^ strTopicLocale);
public:
 void AddFavoriteTopic(Platform::String ^ strTitle, Platform::String ^ strUrl, Platform::String ^ topicKeyword, Platform::String ^ strTopicLocale);
void AddFavoriteTopic(std::wstring const & strTitle, std::wstring const & strUrl, std::wstring const & topicKeyword, std::wstring const & strTopicLocale);
public void AddFavoriteTopic (string strTitle, string strUrl, string topicKeyword, string strTopicLocale);
abstract member AddFavoriteTopic : string * string * string * string -> unit
Public Sub AddFavoriteTopic (strTitle As String, strUrl As String, topicKeyword As String, strTopicLocale As String)

Parameters

strTitle
String
strUrl
String
topicKeyword
String
strTopicLocale
String

Applies to