此 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。