Help.DisplayTopicFromF1Keyword Method
Provides F1 Help for a modal or non-modal dialog box.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
Sub DisplayTopicFromF1Keyword ( _
pszKeyword As String _
)
'使用
Dim instance As Help
Dim pszKeyword As String
instance.DisplayTopicFromF1Keyword(pszKeyword)
void DisplayTopicFromF1Keyword(
string pszKeyword
)
void DisplayTopicFromF1Keyword(
[InAttribute] String^ pszKeyword
)
function DisplayTopicFromF1Keyword(
pszKeyword : String
)
Parameters
pszKeyword
Type: System.StringF1 keyword provided for the dialog box.
Remarks
This method is deprecated. See DisplayTopicFromF1Keyword 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.