IVsDependency.get_HelpContext(UInt32) 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 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.