MethodInfo.Varid(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.
Specifies the ID for certain variable data types, such as extended data types and enums, for a method that contains variables.
public:
virtual int Varid(int num1);
public virtual int Varid (int num1);
abstract member Varid : int -> int
override this.Varid : int -> int
Public Overridable Function Varid (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
An integer value that indicates the variable data type ID.
Remarks
The return value is 0 if the data type does not have an ID or if a method does not have variables.