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