IVsBuildDependency.get_HelpContext(UInt32) Method

Definition

Returns a pointer to the Help context of a dependency.

public:
 int get_HelpContext([Runtime::InteropServices::Out] System::UInt32 % pdwHelpContext);
public int get_HelpContext (out uint pdwHelpContext);
abstract member get_HelpContext : uint32 -> int
Public Function get_HelpContext (ByRef pdwHelpContext As UInteger) As Integer

Parameters

pdwHelpContext
UInt32

[out] Pointer to the Help context.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to