IHelpService.DisplayHelp Method

Definition

Initializes the method to add and remove Help keywords.

Overloads

DisplayHelp(String)

Renders a string value that represents the Help keyword.

DisplayHelp(Uri)

Indicates an object representation of a uniform resource identifier (URI) for the property.

DisplayHelp(String)

Renders a string value that represents the Help keyword.

public:
 void DisplayHelp(System::String ^ helpKeyword);
public void DisplayHelp (string helpKeyword);
abstract member DisplayHelp : string -> unit
Public Sub DisplayHelp (helpKeyword As String)

Parameters

helpKeyword
String

A string that represents the Help keyword.

Applies to

DisplayHelp(Uri)

Indicates an object representation of a uniform resource identifier (URI) for the property.

public:
 void DisplayHelp(Uri ^ uri);
public void DisplayHelp (Uri uri);
abstract member DisplayHelp : Uri -> unit
Public Sub DisplayHelp (uri As Uri)

Parameters

uri
Uri

The uniform resource identifier for DisplayHelp.

Applies to