IVsHelpFavorites.AddFavoriteTopic Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
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
)
Parameters
- strTitle
Type: System.String
- strUrl
Type: System.String
- topicKeyword
Type: System.String
- strTopicLocale
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.