IHelpService.ShowHelpFromKeyword(String) Método
Definição
Exibe o tópico de Ajuda que corresponde à palavra-chave especificada.Shows the Help topic that corresponds to the specified keyword.
public:
void ShowHelpFromKeyword(System::String ^ helpKeyword);
public void ShowHelpFromKeyword (string helpKeyword);
abstract member ShowHelpFromKeyword : string -> unit
Public Sub ShowHelpFromKeyword (helpKeyword As String)
Parâmetros
- helpKeyword
- String
A palavra-chave do tópico da Ajuda a exibir.The keyword of the Help topic to display.
Comentários
O sistema de ajuda do ambiente de desenvolvimento integrado do Visual Studio exibe o tópico.The Visual Studio integrated development environment's Help system displays the topic.