IVbcHostObject.SetRemoveIntegerChecks(Boolean) Method

Definition

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.

Applies to