FormDataSource.__extends_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
__extends_IntImpl__(Object) | |
__extends_IntImpl__() |
__extends_IntImpl__(Object)
public:
virtual int __extends_IntImpl__(System::Object ^ _value);
public virtual int __extends_IntImpl__ (object _value);
abstract member __extends_IntImpl__ : obj -> int
override this.__extends_IntImpl__ : obj -> int
Public Overridable Function __extends_IntImpl__ (_value As Object) As Integer
Parameters
- _value
- Object
Returns
Applies to
__extends_IntImpl__()
public:
virtual int __extends_IntImpl__();
public virtual int __extends_IntImpl__ ();
abstract member __extends_IntImpl__ : unit -> int
override this.__extends_IntImpl__ : unit -> int
Public Overridable Function __extends_IntImpl__ () As Integer