FormDataSource.__counterField_IntImpl__ 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.
Overloads
__counterField_IntImpl__(Int32) | |
__counterField_IntImpl__() |
__counterField_IntImpl__(Int32)
public:
virtual int __counterField_IntImpl__(int _value);
public virtual int __counterField_IntImpl__ (int _value);
abstract member __counterField_IntImpl__ : int -> int
override this.__counterField_IntImpl__ : int -> int
Public Overridable Function __counterField_IntImpl__ (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
Applies to
__counterField_IntImpl__()
public:
virtual int __counterField_IntImpl__();
public virtual int __counterField_IntImpl__ ();
abstract member __counterField_IntImpl__ : unit -> int
override this.__counterField_IntImpl__ : unit -> int
Public Overridable Function __counterField_IntImpl__ () As Integer