DictClass.Objectmethod(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.
Provides the name of a specified instance method in a class.
public:
virtual System::String ^ Objectmethod(int num1);
public virtual string Objectmethod (int num1);
abstract member Objectmethod : int -> string
override this.Objectmethod : int -> string
Public Overridable Function Objectmethod (num1 As Integer) As String
Parameters
- num1
- Int32
Returns
A string data type value for the method name.
Remarks
The _methodNumber parameter starts counting at 1.