IVbcHostObject.SetRemoveIntegerChecks(Boolean) 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.
Specifies a value indicating whether to disable integer overflow error checks.
public:
bool SetRemoveIntegerChecks(bool removeIntegerChecks);
public bool SetRemoveIntegerChecks (bool removeIntegerChecks);
abstract member SetRemoveIntegerChecks : bool -> bool
Public Function SetRemoveIntegerChecks (removeIntegerChecks As Boolean) As Boolean
Parameters
- removeIntegerChecks
- Boolean
true
to remove integer overflow error checks; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.