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