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
'宣言
Sub AddFavoriteTopic ( _
strTitle As String, _
strUrl As String, _
topicKeyword As String, _
strTopicLocale As String _
)
'使用
Dim instance As IVsHelpFavorites
Dim strTitle As String
Dim strUrl As String
Dim topicKeyword As String
Dim strTopicLocale As String
instance.AddFavoriteTopic(strTitle, strUrl, _
topicKeyword, strTopicLocale)
void AddFavoriteTopic(
string strTitle,
string strUrl,
string topicKeyword,
string strTopicLocale
)
void AddFavoriteTopic(
[InAttribute] String^ strTitle,
[InAttribute] String^ strUrl,
[InAttribute] String^ topicKeyword,
[InAttribute] String^ strTopicLocale
)
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
Permissions
- 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.