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