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