CheckScannerBase.EndInsertionImpl 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.
EndInsertionImpl must be implemented by the service object to terminate the check insertion process.
protected abstract bool EndInsertionImpl ();
abstract member EndInsertionImpl : unit -> bool
Protected MustOverride Function EndInsertionImpl () As Boolean