IVsHelpProvider.DisplayTopic(Array, Array) Method

Definition

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.

Applies to