DictMethod.Varcnt 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 number of variables for the method.
public:
virtual int Varcnt();
[System.Obsolete]
public virtual int Varcnt ();
[<System.Obsolete>]
abstract member Varcnt : unit -> int
override this.Varcnt : unit -> int
Public Overridable Function Varcnt () As Integer
Returns
The number of local and inherited variables for the method.
- Attributes