FormDataSource.__onlyFetchActive_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
__onlyFetchActive_IntImpl__() | |
__onlyFetchActive_IntImpl__(Boolean) |
__onlyFetchActive_IntImpl__()
public:
virtual bool __onlyFetchActive_IntImpl__();
public virtual bool __onlyFetchActive_IntImpl__ ();
abstract member __onlyFetchActive_IntImpl__ : unit -> bool
override this.__onlyFetchActive_IntImpl__ : unit -> bool
Public Overridable Function __onlyFetchActive_IntImpl__ () As Boolean
Returns
Applies to
__onlyFetchActive_IntImpl__(Boolean)
public:
virtual bool __onlyFetchActive_IntImpl__(bool _value);
public virtual bool __onlyFetchActive_IntImpl__ (bool _value);
abstract member __onlyFetchActive_IntImpl__ : bool -> bool
override this.__onlyFetchActive_IntImpl__ : bool -> bool
Public Overridable Function __onlyFetchActive_IntImpl__ (_value As Boolean) As Boolean
Parameters
- _value
- Boolean