IVsHelpFavorites.AddFavoriteTopic 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

命名空间:  Microsoft.VisualStudio.VSHelp80
程序集:  Microsoft.VisualStudio.VSHelp80(在 Microsoft.VisualStudio.VSHelp80.dll 中)

语法

声明
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
)

参数

  • strTitle
    类型:String
  • strUrl
    类型:String
  • topicKeyword
    类型:String
  • strTopicLocale
    类型:String

.NET Framework 安全性

请参阅

参考

IVsHelpFavorites 接口

Microsoft.VisualStudio.VSHelp80 命名空间