Udostępnij za pośrednictwem


Metoda IVsDependency.get_HelpFile — (String)

 

Zwraca nazwę pliku pomocy zależności.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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

Parametry

  • pbstrHelpFile
    [out] Wskaźnik do nazwy pliku pomocy zależność.

Wartość zwracana

Type: System.Int32

Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell.idl:

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

Zobacz też

Interfejs IVsDependency
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku