DictFieldGroup.methodName(Int32) 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 name of the specified method from the field group.
public:
virtual System::String ^ methodName(int _fieldId);
public virtual string methodName (int _fieldId);
abstract member methodName : int -> string
override this.methodName : int -> string
Public Overridable Function methodName (_fieldId As Integer) As String
Parameters
- _fieldId
- Int32
The field ID that is returned from a call to the field method for the method name to return. It is the responsibility of the developer to make sure that a valid field ID is used.
Returns
The name of the specified method from the field group; an empty string if the fieldId value is less than 65280.
Remarks
Methods are specified by method index + 65280. For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.