DictType.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.
Overloads
Helpdefined() |
Returns the value of the help property for the extended data type. |
Helpdefined(Int32) |
Helpdefined()
Returns the value of the help property for the extended data type.
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 the extended data type, or for an array element if the arrayEntry value is provided. The Help text corresponds to the Help Text property for an extended data type or array element in the AOT.
Applies to
Helpdefined(Int32)
public:
virtual System::String ^ Helpdefined(int arrayIndex);
public virtual string Helpdefined (int arrayIndex);
abstract member Helpdefined : int -> string
override this.Helpdefined : int -> string
Public Overridable Function Helpdefined (arrayIndex As Integer) As String
Parameters
- arrayIndex
- Int32