DictMethod.Varname(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.
Caution
This API is now deprecated.
Gets the name of the specified variable.
public:
virtual System::String ^ Varname(int num1);
[System.Obsolete]
public virtual string Varname (int num1);
[<System.Obsolete>]
abstract member Varname : int -> string
override this.Varname : int -> string
Public Overridable Function Varname (num1 As Integer) As String
Parameters
- num1
- Int32
Returns
The name of the specified variable.
- Attributes