Metoda IVsBuildDependency.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
Type: System.String[out] Wskaźnik do nazwy pliku pomocy zależności.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Implementuje
IVsDependency.get_HelpFile(String)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsBuildDependency::get_HelpFile(
[out] BSTR *pbstrHelpFile
);
Zobacz też
Interfejs IVsBuildDependency
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku