set_completion


Description:

[ Version ( since = "2.4" ) ]
public void set_completion (EntryCompletion? completion)

Sets completion to be the auxiliary completion object to use with this.

All further configuration of the completion mechanism is done on completion using the EntryCompletion API. Completion is disabled if completion is set to null.

Parameters:

this

A Entry

completion

The EntryCompletion or null