IVsDependency.get_HelpFile – metoda (String)
Vrátí název souboru nápovědy závislost.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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
[výstup] Ukazatel myši na název souboru nápovědy na závislost.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsDependency::get_HelpFile(
[out] BSTR *pbstrHelpFile
);
Viz také
IVsDependency – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek