IVsHelpFavorites.AddFavoriteTopic(String, String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- strTitle
- String
- strUrl
- String
- topicKeyword
- String
- strTopicLocale
- String