Método IVsDependency.get_HelpFile (String)

 

Retorna o nome do arquivo de ajuda de uma dependência.

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

Sintaxe

int get_HelpFile(
    out string pbstrHelpFile
)
int get_HelpFile(
    [OutAttribute] String^% pbstrHelpFile
)
abstract get_HelpFile : 
        pbstrHelpFile:string byref -> int
Function get_HelpFile (
    <OutAttribute> ByRef pbstrHelpFile As String
) As Integer

Parâmetros

  • pbstrHelpFile
    [out] Ponteiro para o nome do arquivo de Ajuda da dependência.

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.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsDependency::get_HelpFile(
   [out] BSTR *pbstrHelpFile
);

Consulte também

Interface IVsDependency
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo