Método IVsHelpSystem.DisplayTopicFromIdentifier (String, UInt32, UInt32)

 

Exibe um tópico com base em um identificador.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int DisplayTopicFromIdentifier(
    string pszFile,
    uint Id,
    uint Command
)
int DisplayTopicFromIdentifier(
    String^ pszFile,
    unsigned int Id,
    unsigned int Command
)
abstract DisplayTopicFromIdentifier : 
        pszFile:string *
        Id:uint32 *
        Command:uint32 -> int
Function DisplayTopicFromIdentifier (
    pszFile As String,
    Id As UInteger,
    Command As UInteger
) As Integer

Parâmetros

  • pszFile
    [in] Ponteiro para uma seqüência de caracteres que contém o nome de arquivo do arquivo de Ajuda.
  • Id
    [in] O identificador do tópico da Ajuda.
  • Command
    [in] Especificando opções de ajuda de sinalizadores de bit.Construído a partir de valores a VHS_COMMAND enumeração e os comandos de Ajuda em HTML.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsHelpSystem
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo