NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IHelpService Interface

The help service provides a way to provide the IDE (Integrated Development Environment) help system with contextual information for the current task. The help system evaluates all contextual information it gets and determines the most relevant topics to display to the user.

IHelpService

[Visual Basic]
Public Interface IHelpService
[C#]
public interface IHelpService
[C++]
public __gc __interface IHelpService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IHelpService Members | System.ComponentModel.Design Namespace