IVsHelpFavorites.AddFavoriteTopic(String, String, String, String) Method
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.
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