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