IVsBuildDependency.get_HelpFile(String) Method

Definition

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.

Implements

Applies to