IVsBuildDependency.get_HelpFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the Help file of a dependency.
public:
int get_HelpFile([Runtime::InteropServices::Out] System::String ^ % pbstrHelpFile);
public int get_HelpFile (out string pbstrHelpFile);
abstract member get_HelpFile : string -> int
Public Function get_HelpFile (ByRef pbstrHelpFile As String) As Integer
Parameters
- pbstrHelpFile
- String
[out] Pointer to the name of the dependency's Help file.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.