DictEnum.helpDefined 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.
Returns the value of the help property for this enumeration.
public:
virtual System::String ^ helpDefined();
public virtual string helpDefined ();
abstract member helpDefined : unit -> string
override this.helpDefined : unit -> string
Public Overridable Function helpDefined () As String
Returns
The value of the help property for this enumeration.