DictEnum.help 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.
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