IVsHelpProvider.DisplayTopic(Array, Array) 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.
Displays the help topic for the given context
public:
int DisplayTopic(Array ^ Keywords, Array ^ Attributes);
public int DisplayTopic (Array Keywords, Array Attributes);
abstract member DisplayTopic : Array * Array -> int
Public Function DisplayTopic (Keywords As Array, Attributes As Array) As Integer
Parameters
- Keywords
- Array
An array of F1 keywords.
- Attributes
- Array
The attributes of the keywords. Examples are "LCID", "DevLang", "TargetOS", and "TargetFrameworkMoniker".
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.