Help.DisplayTopicFromKeyword Method
Performs a lookup by using the K-keyword index.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
Sub DisplayTopicFromKeyword ( _
pszKeyword As String _
)
'使用
Dim instance As Help
Dim pszKeyword As String
instance.DisplayTopicFromKeyword(pszKeyword)
void DisplayTopicFromKeyword(
string pszKeyword
)
void DisplayTopicFromKeyword(
[InAttribute] String^ pszKeyword
)
function DisplayTopicFromKeyword(
pszKeyword : String
)
Parameters
pszKeyword
Type: System.StringK-keyword index of the Help topic to find and display.
Remarks
This method is deprecated. See DisplayTopicFromKeyword for information about the current implementation.
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.