Share via


DictEnum.help Method

Definition

Overloads

help()

Retrieves the Help text for this enumeration.

help(Boolean)

help()

Retrieves the Help text for this enumeration.

public:
 virtual System::String ^ help();
public virtual string help ();
abstract member help : unit -> string
override this.help : unit -> string
Public Overridable Function help () As String

Returns

A string that contains the Help text; an empty string if no Help text is defined.

Remarks

The Help text is defined on the Help property of the base enumeration.

Applies to

help(Boolean)

public:
 virtual System::String ^ help(bool _useInterfaceLanguage);
public virtual string help (bool _useInterfaceLanguage);
abstract member help : bool -> string
override this.help : bool -> string
Public Overridable Function help (_useInterfaceLanguage As Boolean) As String

Parameters

_useInterfaceLanguage
Boolean

Returns

Applies to